Html Css Color HEX #056EA2 Cerulean

📋 copy color: '#056EA2'

red 5 ◦ green 110 ◦ blue 162

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

Shades of Cerulean #056EA2

Tints of Cerulean #056EA2

RGB

 RED value IS 5 (2.34% from 255) = 1.81%

 GREEN value IS 110 (43.36% from 255) = 39.71%

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

R = 1.81%
G = 39.71%
B = 58.48%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#056EA2 (or 0x056EA2) is known color: Cerulean. HEX triplet: 05, 6E and A2. RGB value is (5,110,162). Sum of RGB (Red+Green+Blue) = 5+110+162=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 162 (63.67% from 255 or 58.48% from 277); Max value from RGB is 162 - color contains mainly: blue. Hex color #056EA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056EA2 is #FA915D. Grayscale: #545454. Windows color (decimal): -16421214 or 10644997. OLE color: 10644997.

HSL color Cylindrical-coordinate representation of color #056EA2: hue angle of 199.87º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056EA2 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 110 162 -
CMYK 0.97 0.32 0 0.36
HSL 199.87º 0.94% 0.33% -
HSV(B) 199.87º 0.97% 0.64% -
XYZ 12.16 13.79 36.2 -
YUV 84.53 171.71 71.27 -
System Red Green Blue C M Y K H S L
Decimal 5 110 162 0.97 0.32 0 0.36 199.87 0.94 0.33
Hex 5 6E A2 61 20 0 24 C8 5E 21
Octal 5 156 242 141 40 0 44 310 136 41
Binary 101 1101110 10100010 1100001 100000 0 100100 11001000 1011110 100001

Color Harmonies of #056EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056EA2

Black with #056EA2

Text Example


Text Example

White with #056EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056EA2; }

 p { color: rgb(5,110,162); }

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

background-color css

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

 a { background-color: rgb(5,110,162); }

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

border-color css

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

 span { border-color: rgb(5,110,162); }

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