Html Css Color HEX #056AAA Cerulean

📋 copy color: '#056AAA'

red 5 ◦ green 106 ◦ blue 170

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

Shades of Cerulean #056AAA

Tints of Cerulean #056AAA

RGB

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

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

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

R = 1.78%
G = 37.72%
B = 60.5%

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

#056AAA (or 0x056AAA) is known color: Cerulean. HEX triplet: 05, 6A and AA. RGB value is (5,106,170). Sum of RGB (Red+Green+Blue) = 5+106+170=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #056AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056AAA is #FA9555. Grayscale: #525252. Windows color (decimal): -16422230 or 11168261. OLE color: 11168261.

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

Color convert

RGB 5 106 170 -
CMYK 0.97 0.38 0 0.33
HSL 203.27º 0.94% 0.34% -
HSV(B) 203.27º 0.97% 0.67% -
XYZ 12.47 13.24 39.93 -
YUV 83.1 177.04 72.3 -
System Red Green Blue C M Y K H S L
Decimal 5 106 170 0.97 0.38 0 0.33 203.27 0.94 0.34
Hex 5 6A AA 61 26 0 21 CB 5E 22
Octal 5 152 252 141 46 0 41 313 136 42
Binary 101 1101010 10101010 1100001 100110 0 100001 11001011 1011110 100010

Color Harmonies of #056AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056AAA

Black with #056AAA

Text Example


Text Example

White with #056AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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