Html Css Color HEX #056AAE Cerulean

📋 copy color: '#056AAE'

red 5 ◦ green 106 ◦ blue 174

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

Shades of Cerulean #056AAE

Tints of Cerulean #056AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 61.05%

R = 1.75%
G = 37.19%
B = 61.05%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#056AAE (or 0x056AAE) is known color: Cerulean. HEX triplet: 05, 6A and AE. RGB value is (5,106,174). Sum of RGB (Red+Green+Blue) = 5+106+174=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #056AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056AAE is #FA9551. Grayscale: #535353. Windows color (decimal): -16422226 or 11430405. OLE color: 11430405.

HSL color Cylindrical-coordinate representation of color #056AAE: hue angle of 204.14º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056AAE is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 106 174 -
CMYK 0.97 0.39 0 0.32
HSL 204.14º 0.94% 0.35% -
HSV(B) 204.14º 0.97% 0.68% -
XYZ 12.86 13.4 41.95 -
YUV 83.55 179.04 71.97 -
System Red Green Blue C M Y K H S L
Decimal 5 106 174 0.97 0.39 0 0.32 204.14 0.94 0.35
Hex 5 6A AE 61 27 0 20 CC 5E 23
Octal 5 152 256 141 47 0 40 314 136 43
Binary 101 1101010 10101110 1100001 100111 0 100000 11001100 1011110 100011

Color Harmonies of #056AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056AAE

Black with #056AAE

Text Example


Text Example

White with #056AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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