Html Css Color HEX #056497 Cerulean

📋 copy color: '#056497'

red 5 ◦ green 100 ◦ blue 151

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

Shades of Cerulean #056497

Tints of Cerulean #056497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.06%

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

R = 1.95%
G = 39.06%
B = 58.98%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#056497 (or 0x056497) is known color: Cerulean. HEX triplet: 05, 64 and 97. RGB value is (5,100,151). Sum of RGB (Red+Green+Blue) = 5+100+151=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #056497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056497 is #FA9B68. Grayscale: #4D4D4D. Windows color (decimal): -16423785 or 9921541. OLE color: 9921541.

HSL color Cylindrical-coordinate representation of color #056497: hue angle of 200.96º 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 #056497 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 100 151 -
CMYK 0.97 0.34 0 0.41
HSL 200.96º 0.94% 0.31% -
HSV(B) 200.96º 0.97% 0.59% -
XYZ 10.21 11.38 30.94 -
YUV 77.41 169.53 76.35 -
System Red Green Blue C M Y K H S L
Decimal 5 100 151 0.97 0.34 0 0.41 200.96 0.94 0.31
Hex 5 64 97 61 22 0 29 C9 5E 1F
Octal 5 144 227 141 42 0 51 311 136 37
Binary 101 1100100 10010111 1100001 100010 0 101001 11001001 1011110 11111

Color Harmonies of #056497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056497

Black with #056497

Text Example


Text Example

White with #056497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056497; }

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

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

background-color css

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

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

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

border-color css

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

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

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