Html Css Color HEX #056DAC Cerulean

📋 copy color: '#056DAC'

red 5 ◦ green 109 ◦ blue 172

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

Shades of Cerulean #056DAC

Tints of Cerulean #056DAC

RGB

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

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

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

R = 1.75%
G = 38.11%
B = 60.14%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#056DAC (or 0x056DAC) is known color: Cerulean. HEX triplet: 05, 6D and AC. RGB value is (5,109,172). Sum of RGB (Red+Green+Blue) = 5+109+172=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #056DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056DAC is #FA9253. Grayscale: #545454. Windows color (decimal): -16421460 or 11300101. OLE color: 11300101.

HSL color Cylindrical-coordinate representation of color #056DAC: hue angle of 202.63º 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 #056DAC is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 109 172 -
CMYK 0.97 0.37 0 0.33
HSL 202.63º 0.94% 0.35% -
HSV(B) 202.63º 0.97% 0.67% -
XYZ 12.98 13.95 41.04 -
YUV 85.09 177.04 70.88 -
System Red Green Blue C M Y K H S L
Decimal 5 109 172 0.97 0.37 0 0.33 202.63 0.94 0.35
Hex 5 6D AC 61 25 0 21 CB 5E 23
Octal 5 155 254 141 45 0 41 313 136 43
Binary 101 1101101 10101100 1100001 100101 0 100001 11001011 1011110 100011

Color Harmonies of #056DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056DAC

Black with #056DAC

Text Example


Text Example

White with #056DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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