Html Css Color HEX #153E66 Regal Blue

📋 copy color: '#153E66'

red 21 ◦ green 62 ◦ blue 102

#153E66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #153E66

Tints of Regal Blue #153E66

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 value IS 0.79

 M value IS 0.39

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#153E66 (or 0x153E66) is known color: 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

RGB 21 62 102 -
CMYK 0.79 0.39 0 0.6
HSL 209.63º 0.66% 0.24% -
HSV(B) 209.63º 0.79% 0.4% -
XYZ 4.43 4.56 13.22 -
YUV 54.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 21 62 102 0.79 0.39 0 0.6 209.63 0.66 0.24
Hex 15 3E 66 4F 27 0 3C D2 42 18
Octal 25 76 146 117 47 0 74 322 102 30
Binary 10101 111110 1100110 1001111 100111 0 111100 11010010 1000010 11000

Color Harmonies of #153E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153E66

Black with #153E66

Text Example


Text Example

White with #153E66

Text Example


Text Example

HTML Codes & Css Web 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>