Html Css Color HEX #056AAC Cerulean

📋 copy color: '#056AAC'

red 5 ◦ green 106 ◦ blue 172

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

Shades of Cerulean #056AAC

Tints of Cerulean #056AAC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.46%

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

R = 1.77%
G = 37.46%
B = 60.78%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#056AAC (or 0x056AAC) is known color: Cerulean. HEX triplet: 05, 6A and AC. RGB value is (5,106,172). Sum of RGB (Red+Green+Blue) = 5+106+172=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #056AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056AAC is #FA9553. Grayscale: #525252. Windows color (decimal): -16422228 or 11299333. OLE color: 11299333.

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

Color convert

RGB 5 106 172 -
CMYK 0.97 0.38 0 0.33
HSL 203.71º 0.94% 0.35% -
HSV(B) 203.71º 0.97% 0.67% -
XYZ 12.66 13.32 40.93 -
YUV 83.33 178.04 72.13 -
System Red Green Blue C M Y K H S L
Decimal 5 106 172 0.97 0.38 0 0.33 203.71 0.94 0.35
Hex 5 6A AC 61 26 0 21 CC 5E 23
Octal 5 152 254 141 46 0 41 314 136 43
Binary 101 1101010 10101100 1100001 100110 0 100001 11001100 1011110 100011

Color Harmonies of #056AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056AAC

Black with #056AAC

Text Example


Text Example

White with #056AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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