Html Css Color HEX #056499 Cerulean

📋 copy color: '#056499'

red 5 ◦ green 100 ◦ blue 153

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

Shades of Cerulean #056499

Tints of Cerulean #056499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 59.3%

R = 1.94%
G = 38.76%
B = 59.3%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#056499 (or 0x056499) is known color: Cerulean. HEX triplet: 05, 64 and 99. RGB value is (5,100,153). Sum of RGB (Red+Green+Blue) = 5+100+153=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #056499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056499 is #FA9B66. Grayscale: #4D4D4D. Windows color (decimal): -16423783 or 10052613. OLE color: 10052613.

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

Color convert

RGB 5 100 153 -
CMYK 0.97 0.35 0 0.4
HSL 201.49º 0.94% 0.31% -
HSV(B) 201.49º 0.97% 0.6% -
XYZ 10.37 11.45 31.8 -
YUV 77.64 170.53 76.19 -
System Red Green Blue C M Y K H S L
Decimal 5 100 153 0.97 0.35 0 0.4 201.49 0.94 0.31
Hex 5 64 99 61 23 0 28 C9 5E 1F
Octal 5 144 231 141 43 0 50 311 136 37
Binary 101 1100100 10011001 1100001 100011 0 101000 11001001 1011110 11111

Color Harmonies of #056499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056499

Black with #056499

Text Example


Text Example

White with #056499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056499; }

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

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

background-color css

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

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

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

border-color css

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

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

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