#153E66

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

Shades of Regal Blue #153E66

Tints of Regal Blue #153E66

Color information

#153E66 (or 0x153E66) is unknown color: approx Regal Blue. HEX triplet: 15, 3E and 66. RGB value is (21,62,102). Sum of RGB (Red+Green+Blue) = 21+62+102=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #153E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153E66 is #EAC199. Grayscale: #363636. Windows color (decimal): -15384986 or 6700565. OLE color: 6700565.

HSL color Cylindrical-coordinate representation of color #153E66: hue angle of 209.63º 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 #153E66 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2162102-
CMYK0.790.3900.6
HSL209.63º65.85%24.12%-
HSV(B)209.63º79.41%40%-
XYZ4.434.5613.22-
YUV54.3154.92104.25-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.35%
GREEN value IS 62 (24.61% from 255) = 33.51%
BLUE value IS 102 (40.23% from 255) = 55.14%
R=11.35%
G=33.51%
B=55.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21621020.790.3900.6209.6365.8524.12
Hex153E664F2703Cd24218
Octal25761461174707432210230
Binary1010111111011001101001111100111011110011010010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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