Html Css Color HEX #056B91 Cerulean

📋 copy color: '#056B91'

red 5 ◦ green 107 ◦ blue 145

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

Shades of Cerulean #056B91

Tints of Cerulean #056B91

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41.63%

 BLUE value IS 145 (57.03% from 255) = 56.42%

R = 1.95%
G = 41.63%
B = 56.42%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#056B91 (or 0x056B91) is known color: Cerulean. HEX triplet: 05, 6B and 91. RGB value is (5,107,145). Sum of RGB (Red+Green+Blue) = 5+107+145=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #056B91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056B91 is #FA946E. Grayscale: #505050. Windows color (decimal): -16421999 or 9530117. OLE color: 9530117.

HSL color Cylindrical-coordinate representation of color #056B91: hue angle of 196.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056B91 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 107 145 -
CMYK 0.97 0.26 0 0.43
HSL 196.29º 0.93% 0.29% -
HSV(B) 196.29º 0.97% 0.57% -
XYZ 10.43 12.59 28.67 -
YUV 80.83 164.21 73.91 -
System Red Green Blue C M Y K H S L
Decimal 5 107 145 0.97 0.26 0 0.43 196.29 0.93 0.29
Hex 5 6B 91 61 1A 0 2B C4 5D 1D
Octal 5 153 221 141 32 0 53 304 135 35
Binary 101 1101011 10010001 1100001 11010 0 101011 11000100 1011101 11101

Color Harmonies of #056B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056B91

Black with #056B91

Text Example


Text Example

White with #056B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,107,145); }

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

background-color css

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

 a { background-color: rgb(5,107,145); }

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

border-color css

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

 span { border-color: rgb(5,107,145); }

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