Html Css Color HEX #156CA2 Cerulean

📋 copy color: '#156CA2'

red 21 ◦ green 108 ◦ blue 162

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

Shades of Cerulean #156CA2

Tints of Cerulean #156CA2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.11%

 BLUE value IS 162 (63.67% from 255) = 55.67%

R = 7.22%
G = 37.11%
B = 55.67%

CMYK

 C value IS 0.87

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#156CA2 (or 0x156CA2) is known color: Cerulean. HEX triplet: 15, 6C and A2. RGB value is (21,108,162). Sum of RGB (Red+Green+Blue) = 21+108+162=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 162 (63.67% from 255 or 55.67% from 291); Max value from RGB is 162 - color contains mainly: blue. Hex color #156CA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156CA2 is #EA935D. Grayscale: #575757. Windows color (decimal): -15373150 or 10644501. OLE color: 10644501.

HSL color Cylindrical-coordinate representation of color #156CA2: hue angle of 202.98º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #156CA2 is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 108 162 -
CMYK 0.87 0.33 0 0.36
HSL 202.98º 0.77% 0.36% -
HSV(B) 202.98º 0.87% 0.64% -
XYZ 12.19 13.49 36.14 -
YUV 88.14 169.68 80.11 -
System Red Green Blue C M Y K H S L
Decimal 21 108 162 0.87 0.33 0 0.36 202.98 0.77 0.36
Hex 15 6C A2 57 21 0 24 CB 4D 24
Octal 25 154 242 127 41 0 44 313 115 44
Binary 10101 1101100 10100010 1010111 100001 0 100100 11001011 1001101 100100

Color Harmonies of #156CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156CA2

Black with #156CA2

Text Example


Text Example

White with #156CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156CA2; }

 p { color: rgb(21,108,162); }

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

background-color css

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

 a { background-color: rgb(21,108,162); }

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

border-color css

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

 span { border-color: rgb(21,108,162); }

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