Html Css Color HEX #056997 Cerulean

📋 copy color: '#056997'

red 5 ◦ green 105 ◦ blue 151

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

Shades of Cerulean #056997

Tints of Cerulean #056997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.23%

 BLUE value IS 151 (59.38% from 255) = 57.85%

R = 1.92%
G = 40.23%
B = 57.85%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#056997 (or 0x056997) is known color: Cerulean. HEX triplet: 05, 69 and 97. RGB value is (5,105,151). Sum of RGB (Red+Green+Blue) = 5+105+151=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 151 (59.38% from 255 or 57.85% from 261); Max value from RGB is 151 - color contains mainly: blue. Hex color #056997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056997 is #FA9668. Grayscale: #505050. Windows color (decimal): -16422505 or 9922821. OLE color: 9922821.

HSL color Cylindrical-coordinate representation of color #056997: hue angle of 198.9º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056997 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 105 151 -
CMYK 0.97 0.30 0 0.41
HSL 198.9º 0.94% 0.31% -
HSV(B) 198.9º 0.97% 0.59% -
XYZ 10.7 12.37 31.1 -
YUV 80.34 167.87 74.26 -
System Red Green Blue C M Y K H S L
Decimal 5 105 151 0.97 0.30 0 0.41 198.9 0.94 0.31
Hex 5 69 97 61 1E 0 29 C7 5E 1F
Octal 5 151 227 141 36 0 51 307 136 37
Binary 101 1101001 10010111 1100001 11110 0 101001 11000111 1011110 11111

Color Harmonies of #056997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056997

Black with #056997

Text Example


Text Example

White with #056997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056997; }

 p { color: rgb(5,105,151); }

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

background-color css

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

 a { background-color: rgb(5,105,151); }

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

border-color css

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

 span { border-color: rgb(5,105,151); }

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