Html Css Color HEX #056A91 Cerulean

📋 copy color: '#056A91'

red 5 ◦ green 106 ◦ blue 145

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

Shades of Cerulean #056A91

Tints of Cerulean #056A91

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.41%

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

R = 1.95%
G = 41.41%
B = 56.64%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#056A91 (or 0x056A91) is known color: Cerulean. HEX triplet: 05, 6A and 91. RGB value is (5,106,145). Sum of RGB (Red+Green+Blue) = 5+106+145=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #056A91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056A91 is #FA956E. Grayscale: #4F4F4F. Windows color (decimal): -16422255 or 9529861. OLE color: 9529861.

HSL color Cylindrical-coordinate representation of color #056A91: hue angle of 196.71º 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 #056A91 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 106 145 -
CMYK 0.97 0.27 0 0.43
HSL 196.71º 0.93% 0.29% -
HSV(B) 196.71º 0.97% 0.57% -
XYZ 10.33 12.38 28.63 -
YUV 80.25 164.54 74.33 -
System Red Green Blue C M Y K H S L
Decimal 5 106 145 0.97 0.27 0 0.43 196.71 0.93 0.29
Hex 5 6A 91 61 1B 0 2B C5 5D 1D
Octal 5 152 221 141 33 0 53 305 135 35
Binary 101 1101010 10010001 1100001 11011 0 101011 11000101 1011101 11101

Color Harmonies of #056A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056A91

Black with #056A91

Text Example


Text Example

White with #056A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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