Html Css Color HEX #056DAE Cerulean

📋 copy color: '#056DAE'

red 5 ◦ green 109 ◦ blue 174

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

Shades of Cerulean #056DAE

Tints of Cerulean #056DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.85%

 BLUE value IS 174 (68.36% from 255) = 60.42%

R = 1.74%
G = 37.85%
B = 60.42%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#056DAE (or 0x056DAE) is known color: Cerulean. HEX triplet: 05, 6D and AE. RGB value is (5,109,174). Sum of RGB (Red+Green+Blue) = 5+109+174=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #056DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056DAE is #FA9251. Grayscale: #545454. Windows color (decimal): -16421458 or 11431173. OLE color: 11431173.

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

Color convert

RGB 5 109 174 -
CMYK 0.97 0.37 0 0.32
HSL 203.08º 0.94% 0.35% -
HSV(B) 203.08º 0.97% 0.68% -
XYZ 13.17 14.03 42.06 -
YUV 85.31 178.04 70.71 -
System Red Green Blue C M Y K H S L
Decimal 5 109 174 0.97 0.37 0 0.32 203.08 0.94 0.35
Hex 5 6D AE 61 25 0 20 CB 5E 23
Octal 5 155 256 141 45 0 40 313 136 43
Binary 101 1101101 10101110 1100001 100101 0 100000 11001011 1011110 100011

Color Harmonies of #056DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056DAE

Black with #056DAE

Text Example


Text Example

White with #056DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,109,174); }

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

background-color css

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

 a { background-color: rgb(5,109,174); }

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

border-color css

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

 span { border-color: rgb(5,109,174); }

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