Html Css Color HEX #056498 Cerulean

📋 copy color: '#056498'

red 5 ◦ green 100 ◦ blue 152

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

Shades of Cerulean #056498

Tints of Cerulean #056498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.14%

R = 1.95%
G = 38.91%
B = 59.14%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#056498 (or 0x056498) is known color: Cerulean. HEX triplet: 05, 64 and 98. RGB value is (5,100,152). Sum of RGB (Red+Green+Blue) = 5+100+152=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #056498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056498 is #FA9B67. Grayscale: #4D4D4D. Windows color (decimal): -16423784 or 9987077. OLE color: 9987077.

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

Color convert

RGB 5 100 152 -
CMYK 0.97 0.34 0 0.40
HSL 201.22º 0.94% 0.31% -
HSV(B) 201.22º 0.97% 0.6% -
XYZ 10.29 11.41 31.37 -
YUV 77.52 170.03 76.27 -
System Red Green Blue C M Y K H S L
Decimal 5 100 152 0.97 0.34 0 0.40 201.22 0.94 0.31
Hex 5 64 98 61 22 0 28 C9 5E 1F
Octal 5 144 230 141 42 0 50 311 136 37
Binary 101 1100100 10011000 1100001 100010 0 101000 11001001 1011110 11111

Color Harmonies of #056498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056498

Black with #056498

Text Example


Text Example

White with #056498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056498; }

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

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

background-color css

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

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

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

border-color css

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

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

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