Html Css Color HEX #056598 Cerulean

📋 copy color: '#056598'

red 5 ◦ green 101 ◦ blue 152

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

Shades of Cerulean #056598

Tints of Cerulean #056598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.15%

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

R = 1.94%
G = 39.15%
B = 58.91%

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

#056598 (or 0x056598) is known color: Cerulean. HEX triplet: 05, 65 and 98. RGB value is (5,101,152). Sum of RGB (Red+Green+Blue) = 5+101+152=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #056598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056598 is #FA9A67. Grayscale: #4D4D4D. Windows color (decimal): -16423528 or 9987333. OLE color: 9987333.

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

Color convert

RGB 5 101 152 -
CMYK 0.97 0.34 0 0.40
HSL 200.82º 0.94% 0.31% -
HSV(B) 200.82º 0.97% 0.6% -
XYZ 10.38 11.61 31.4 -
YUV 78.11 169.7 75.85 -
System Red Green Blue C M Y K H S L
Decimal 5 101 152 0.97 0.34 0 0.40 200.82 0.94 0.31
Hex 5 65 98 61 22 0 28 C9 5E 1F
Octal 5 145 230 141 42 0 50 311 136 37
Binary 101 1100101 10011000 1100001 100010 0 101000 11001001 1011110 11111

Color Harmonies of #056598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056598

Black with #056598

Text Example


Text Example

White with #056598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056598; }

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

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

background-color css

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

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

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

border-color css

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

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

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