Html Css Color HEX #056FAA Cerulean

📋 copy color: '#056FAA'

red 5 ◦ green 111 ◦ blue 170

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

Shades of Cerulean #056FAA

Tints of Cerulean #056FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.81%

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

R = 1.75%
G = 38.81%
B = 59.44%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#056FAA (or 0x056FAA) is known color: Cerulean. HEX triplet: 05, 6F and AA. RGB value is (5,111,170). Sum of RGB (Red+Green+Blue) = 5+111+170=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #056FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056FAA is #FA9055. Grayscale: #555555. Windows color (decimal): -16420950 or 11169541. OLE color: 11169541.

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

Color convert

RGB 5 111 170 -
CMYK 0.97 0.35 0 0.33
HSL 201.45º 0.94% 0.34% -
HSV(B) 201.45º 0.97% 0.67% -
XYZ 13 14.3 40.11 -
YUV 86.03 175.38 70.2 -
System Red Green Blue C M Y K H S L
Decimal 5 111 170 0.97 0.35 0 0.33 201.45 0.94 0.34
Hex 5 6F AA 61 23 0 21 C9 5E 22
Octal 5 157 252 141 43 0 41 311 136 42
Binary 101 1101111 10101010 1100001 100011 0 100001 11001001 1011110 100010

Color Harmonies of #056FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056FAA

Black with #056FAA

Text Example


Text Example

White with #056FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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