Html Css Color HEX #056EAC Cerulean

📋 copy color: '#056EAC'

red 5 ◦ green 110 ◦ blue 172

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

Shades of Cerulean #056EAC

Tints of Cerulean #056EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.93%

R = 1.74%
G = 38.33%
B = 59.93%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#056EAC (or 0x056EAC) is known color: Cerulean. HEX triplet: 05, 6E and AC. RGB value is (5,110,172). Sum of RGB (Red+Green+Blue) = 5+110+172=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #056EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056EAC is #FA9153. Grayscale: #555555. Windows color (decimal): -16421204 or 11300357. OLE color: 11300357.

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

Color convert

RGB 5 110 172 -
CMYK 0.97 0.36 0 0.33
HSL 202.28º 0.94% 0.35% -
HSV(B) 202.28º 0.97% 0.67% -
XYZ 13.08 14.16 41.07 -
YUV 85.67 176.71 70.46 -
System Red Green Blue C M Y K H S L
Decimal 5 110 172 0.97 0.36 0 0.33 202.28 0.94 0.35
Hex 5 6E AC 61 24 0 21 CA 5E 23
Octal 5 156 254 141 44 0 41 312 136 43
Binary 101 1101110 10101100 1100001 100100 0 100001 11001010 1011110 100011

Color Harmonies of #056EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056EAC

Black with #056EAC

Text Example


Text Example

White with #056EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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