Html Css Color HEX #056CAA Cerulean

📋 copy color: '#056CAA'

red 5 ◦ green 108 ◦ blue 170

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

Shades of Cerulean #056CAA

Tints of Cerulean #056CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.16%

 BLUE value IS 170 (66.8% from 255) = 60.07%

R = 1.77%
G = 38.16%
B = 60.07%

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

#056CAA (or 0x056CAA) is known color: Cerulean. HEX triplet: 05, 6C and AA. RGB value is (5,108,170). Sum of RGB (Red+Green+Blue) = 5+108+170=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #056CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056CAA is #FA9355. Grayscale: #535353. Windows color (decimal): -16421718 or 11168773. OLE color: 11168773.

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

Color convert

RGB 5 108 170 -
CMYK 0.97 0.36 0 0.33
HSL 202.55º 0.94% 0.34% -
HSV(B) 202.55º 0.97% 0.67% -
XYZ 12.68 13.66 40 -
YUV 84.27 176.38 71.46 -
System Red Green Blue C M Y K H S L
Decimal 5 108 170 0.97 0.36 0 0.33 202.55 0.94 0.34
Hex 5 6C AA 61 24 0 21 CB 5E 22
Octal 5 154 252 141 44 0 41 313 136 42
Binary 101 1101100 10101010 1100001 100100 0 100001 11001011 1011110 100010

Color Harmonies of #056CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056CAA

Black with #056CAA

Text Example


Text Example

White with #056CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,108,170); }

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

background-color css

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

 a { background-color: rgb(5,108,170); }

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

border-color css

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

 span { border-color: rgb(5,108,170); }

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