Html Css Color HEX #153666 Catalina Blue

📋 copy color: '#153666'

red 21 ◦ green 54 ◦ blue 102

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

Shades of Catalina Blue #153666

Tints of Catalina Blue #153666

RGB

 RED value IS 21 (8.59% from 255) = 11.86%

 GREEN value IS 54 (21.48% from 255) = 30.51%

 BLUE value IS 102 (40.23% from 255) = 57.63%

R = 11.86%
G = 30.51%
B = 57.63%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#153666 (or 0x153666) is known color: Catalina Blue. HEX triplet: 15, 36 and 66. RGB value is (21,54,102). Sum of RGB (Red+Green+Blue) = 21+54+102=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 102 (40.23% from 255 or 57.63% from 177); Max value from RGB is 102 - color contains mainly: blue. Hex color #153666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153666 is #EAC999. Grayscale: #313131. Windows color (decimal): -15387034 or 6698517. OLE color: 6698517.

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

Color convert

RGB 21 54 102 -
CMYK 0.79 0.47 0 0.6
HSL 215.56º 0.66% 0.24% -
HSV(B) 215.56º 0.79% 0.4% -
XYZ 4.03 3.76 13.08 -
YUV 49.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 21 54 102 0.79 0.47 0 0.6 215.56 0.66 0.24
Hex 15 36 66 4F 2F 0 3C D8 42 18
Octal 25 66 146 117 57 0 74 330 102 30
Binary 10101 110110 1100110 1001111 101111 0 111100 11011000 1000010 11000

Color Harmonies of #153666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153666

Black with #153666

Text Example


Text Example

White with #153666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153666; }

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

 H1.HeaderClassName
 {
   color: #153666;
 }
 .AnyTagClassName
 {
   color: #153666;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #153666;
 }
 .BgClassName
 {
   background-color: #153666;
 }
</style>

border-color css

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

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

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