#153C66

Color #153C66 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #153C66

Tints of Regal Blue #153C66

Color information

#153C66 (or 0x153C66) is unknown color: approx Regal Blue. HEX triplet: 15, 3C and 66. RGB value is (21,60,102). Sum of RGB (Red+Green+Blue) = 21+60+102=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #153C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C66 is #EAC399. Grayscale: #343434. Windows color (decimal): -15385498 or 6700053. OLE color: 6700053.

HSL color Cylindrical-coordinate representation of color #153C66: hue angle of 211.11º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153C66 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2160102-
CMYK0.790.4100.6
HSL211.11º65.85%24.12%-
HSV(B)211.11º79.41%40%-
XYZ4.324.3513.18-
YUV53.13155.58105.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 11.48%
GREEN value IS 60 (23.83% from 255) = 32.79%
BLUE value IS 102 (40.23% from 255) = 55.74%
R=11.48%
G=32.79%
B=55.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21601020.790.4100.6211.1165.8524.12
Hex153C664F2903Cd34218
Octal25741461175107432310230
Binary1010111110011001101001111101001011110011010011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153C66; }

 p { color: rgb(21,60,102); }

 H1.HeaderClassName
 {
   color: #153C66;
 }
 .AnyTagClassName
 {
   color: #153C66;
 }
</style>
background-color css

<style>
 a { background-color: #153C66; }

 a { background-color: rgb(21,60,102); }

 div.DivClassName
 {
   background-color: #153C66;
 }
 .BgClassName
 {
   background-color: #153C66;
 }
</style>
border-color css

<style>
 span { border-color: #153C66; }

 span { border-color: rgb(21,60,102); }

 td.TdClassName
 {
   border-color: #153C66;
 }
 .TagClassName
 {
   border-color: #153C66;
 }
</style>