Html Css Color HEX #056CA6 Cerulean

📋 copy color: '#056CA6'

red 5 ◦ green 108 ◦ blue 166

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

Shades of Cerulean #056CA6

Tints of Cerulean #056CA6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.71%

 BLUE value IS 166 (65.23% from 255) = 59.5%

R = 1.79%
G = 38.71%
B = 59.5%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#056CA6 (or 0x056CA6) is known color: Cerulean. HEX triplet: 05, 6C and A6. RGB value is (5,108,166). Sum of RGB (Red+Green+Blue) = 5+108+166=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 166 (65.23% from 255 or 59.50% from 279); Max value from RGB is 166 - color contains mainly: blue. Hex color #056CA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056CA6 is #FA9359. Grayscale: #535353. Windows color (decimal): -16421722 or 10906629. OLE color: 10906629.

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

Color convert

RGB 5 108 166 -
CMYK 0.97 0.35 0 0.35
HSL 201.61º 0.94% 0.34% -
HSV(B) 201.61º 0.97% 0.65% -
XYZ 12.31 13.51 38.04 -
YUV 83.82 174.38 71.78 -
System Red Green Blue C M Y K H S L
Decimal 5 108 166 0.97 0.35 0 0.35 201.61 0.94 0.34
Hex 5 6C A6 61 23 0 23 CA 5E 22
Octal 5 154 246 141 43 0 43 312 136 42
Binary 101 1101100 10100110 1100001 100011 0 100011 11001010 1011110 100010

Color Harmonies of #056CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056CA6

Black with #056CA6

Text Example


Text Example

White with #056CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,108,166); }

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

background-color css

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

 a { background-color: rgb(5,108,166); }

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

border-color css

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

 span { border-color: rgb(5,108,166); }

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