Html Css Color HEX #156FA2 Cerulean

📋 copy color: '#156FA2'

red 21 ◦ green 111 ◦ blue 162

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

Shades of Cerulean #156FA2

Tints of Cerulean #156FA2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.76%

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

R = 7.14%
G = 37.76%
B = 55.1%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#156FA2 (or 0x156FA2) is known color: Cerulean. HEX triplet: 15, 6F and A2. RGB value is (21,111,162). Sum of RGB (Red+Green+Blue) = 21+111+162=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 162 (63.67% from 255 or 55.10% from 294); Max value from RGB is 162 - color contains mainly: blue. Hex color #156FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156FA2 is #EA905D. Grayscale: #595959. Windows color (decimal): -15372382 or 10645269. OLE color: 10645269.

HSL color Cylindrical-coordinate representation of color #156FA2: hue angle of 201.7º 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 #156FA2 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 111 162 -
CMYK 0.87 0.31 0 0.36
HSL 201.7º 0.77% 0.36% -
HSV(B) 201.7º 0.87% 0.64% -
XYZ 12.52 14.14 36.25 -
YUV 89.9 168.68 78.85 -
System Red Green Blue C M Y K H S L
Decimal 21 111 162 0.87 0.31 0 0.36 201.7 0.77 0.36
Hex 15 6F A2 57 1F 0 24 CA 4D 24
Octal 25 157 242 127 37 0 44 312 115 44
Binary 10101 1101111 10100010 1010111 11111 0 100100 11001010 1001101 100100

Color Harmonies of #156FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156FA2

Black with #156FA2

Text Example


Text Example

White with #156FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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