Html Css Color HEX #056AAB Cerulean

📋 copy color: '#056AAB'

red 5 ◦ green 106 ◦ blue 171

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

Shades of Cerulean #056AAB

Tints of Cerulean #056AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.64%

R = 1.77%
G = 37.59%
B = 60.64%

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

#056AAB (or 0x056AAB) is known color: Cerulean. HEX triplet: 05, 6A and AB. RGB value is (5,106,171). Sum of RGB (Red+Green+Blue) = 5+106+171=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #056AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056AAB is #FA9554. Grayscale: #525252. Windows color (decimal): -16422229 or 11233797. OLE color: 11233797.

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

Color convert

RGB 5 106 171 -
CMYK 0.97 0.38 0 0.33
HSL 203.49º 0.94% 0.35% -
HSV(B) 203.49º 0.97% 0.67% -
XYZ 12.57 13.28 40.43 -
YUV 83.21 177.54 72.21 -
System Red Green Blue C M Y K H S L
Decimal 5 106 171 0.97 0.38 0 0.33 203.49 0.94 0.35
Hex 5 6A AB 61 26 0 21 CB 5E 23
Octal 5 152 253 141 46 0 41 313 136 43
Binary 101 1101010 10101011 1100001 100110 0 100001 11001011 1011110 100011

Color Harmonies of #056AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056AAB

Black with #056AAB

Text Example


Text Example

White with #056AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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