Html Css Color HEX #056E9F Cerulean

📋 copy color: '#056E9F'

red 5 ◦ green 110 ◦ blue 159

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

Shades of Cerulean #056E9F

Tints of Cerulean #056E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.03%

R = 1.82%
G = 40.15%
B = 58.03%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#056E9F (or 0x056E9F) is known color: Cerulean. HEX triplet: 05, 6E and 9F. RGB value is (5,110,159). Sum of RGB (Red+Green+Blue) = 5+110+159=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #056E9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056E9F is #FA9160. Grayscale: #535353. Windows color (decimal): -16421217 or 10448389. OLE color: 10448389.

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

Color convert

RGB 5 110 159 -
CMYK 0.97 0.31 0 0.38
HSL 199.09º 0.94% 0.32% -
HSV(B) 199.09º 0.97% 0.62% -
XYZ 11.9 13.69 34.82 -
YUV 84.19 170.21 71.52 -
System Red Green Blue C M Y K H S L
Decimal 5 110 159 0.97 0.31 0 0.38 199.09 0.94 0.32
Hex 5 6E 9F 61 1F 0 26 C7 5E 20
Octal 5 156 237 141 37 0 46 307 136 40
Binary 101 1101110 10011111 1100001 11111 0 100110 11000111 1011110 100000

Color Harmonies of #056E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056E9F

Black with #056E9F

Text Example


Text Example

White with #056E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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