Html Css Color HEX #056FAB Cerulean

📋 copy color: '#056FAB'

red 5 ◦ green 111 ◦ blue 171

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

Shades of Cerulean #056FAB

Tints of Cerulean #056FAB

RGB

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

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

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

R = 1.74%
G = 38.68%
B = 59.58%

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

#056FAB (or 0x056FAB) is known color: Cerulean. HEX triplet: 05, 6F and AB. RGB value is (5,111,171). Sum of RGB (Red+Green+Blue) = 5+111+171=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #056FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056FAB is #FA9054. Grayscale: #555555. Windows color (decimal): -16420949 or 11235077. OLE color: 11235077.

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

Color convert

RGB 5 111 171 -
CMYK 0.97 0.35 0 0.33
HSL 201.69º 0.94% 0.35% -
HSV(B) 201.69º 0.97% 0.67% -
XYZ 13.1 14.34 40.61 -
YUV 86.15 175.88 70.12 -
System Red Green Blue C M Y K H S L
Decimal 5 111 171 0.97 0.35 0 0.33 201.69 0.94 0.35
Hex 5 6F AB 61 23 0 21 CA 5E 23
Octal 5 157 253 141 43 0 41 312 136 43
Binary 101 1101111 10101011 1100001 100011 0 100001 11001010 1011110 100011

Color Harmonies of #056FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056FAB

Black with #056FAB

Text Example


Text Example

White with #056FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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