Html Css Color HEX #056D8E Cerulean

📋 copy color: '#056D8E'

red 5 ◦ green 109 ◦ blue 142

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

Shades of Cerulean #056D8E

Tints of Cerulean #056D8E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.58%

 BLUE value IS 142 (55.86% from 255) = 55.47%

R = 1.95%
G = 42.58%
B = 55.47%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#056D8E (or 0x056D8E) is known color: Cerulean. HEX triplet: 05, 6D and 8E. RGB value is (5,109,142). Sum of RGB (Red+Green+Blue) = 5+109+142=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 142 (55.86% from 255 or 55.47% from 256); Max value from RGB is 142 - color contains mainly: blue. Hex color #056D8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056D8E is #FA9271. Grayscale: #515151. Windows color (decimal): -16421490 or 9334021. OLE color: 9334021.

HSL color Cylindrical-coordinate representation of color #056D8E: hue angle of 194.45º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056D8E is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 109 142 -
CMYK 0.96 0.23 0 0.44
HSL 194.45º 0.93% 0.29% -
HSV(B) 194.45º 0.96% 0.56% -
XYZ 10.41 12.92 27.54 -
YUV 81.67 162.04 73.32 -
System Red Green Blue C M Y K H S L
Decimal 5 109 142 0.96 0.23 0 0.44 194.45 0.93 0.29
Hex 5 6D 8E 60 17 0 2C C2 5D 1D
Octal 5 155 216 140 27 0 54 302 135 35
Binary 101 1101101 10001110 1100000 10111 0 101100 11000010 1011101 11101

Color Harmonies of #056D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056D8E

Black with #056D8E

Text Example


Text Example

White with #056D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,109,142); }

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

background-color css

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

 a { background-color: rgb(5,109,142); }

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

border-color css

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

 span { border-color: rgb(5,109,142); }

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