Html Css Color HEX #056E9C Cerulean

📋 copy color: '#056E9C'

red 5 ◦ green 110 ◦ blue 156

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

Shades of Cerulean #056E9C

Tints of Cerulean #056E9C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40.59%

 BLUE value IS 156 (61.33% from 255) = 57.56%

R = 1.85%
G = 40.59%
B = 57.56%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#056E9C (or 0x056E9C) is known color: Cerulean. HEX triplet: 05, 6E and 9C. RGB value is (5,110,156). Sum of RGB (Red+Green+Blue) = 5+110+156=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #056E9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056E9C is #FA9163. Grayscale: #535353. Windows color (decimal): -16421220 or 10251781. OLE color: 10251781.

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

Color convert

RGB 5 110 156 -
CMYK 0.97 0.29 0 0.39
HSL 198.28º 0.94% 0.32% -
HSV(B) 198.28º 0.97% 0.61% -
XYZ 11.64 13.58 33.46 -
YUV 83.85 168.71 71.76 -
System Red Green Blue C M Y K H S L
Decimal 5 110 156 0.97 0.29 0 0.39 198.28 0.94 0.32
Hex 5 6E 9C 61 1D 0 27 C6 5E 20
Octal 5 156 234 141 35 0 47 306 136 40
Binary 101 1101110 10011100 1100001 11101 0 100111 11000110 1011110 100000

Color Harmonies of #056E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056E9C

Black with #056E9C

Text Example


Text Example

White with #056E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,110,156); }

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

background-color css

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

 a { background-color: rgb(5,110,156); }

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

border-color css

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

 span { border-color: rgb(5,110,156); }

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