Html Css Color HEX #0556CE Navy Blue

📋 copy color: '#0556CE'

red 5 ◦ green 86 ◦ blue 206

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

Shades of Navy Blue #0556CE

Tints of Navy Blue #0556CE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.96%

 BLUE value IS 206 (80.86% from 255) = 69.36%

R = 1.68%
G = 28.96%
B = 69.36%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0556CE (or 0x0556CE) is known color: Navy Blue. HEX triplet: 05, 56 and CE. RGB value is (5,86,206). Sum of RGB (Red+Green+Blue) = 5+86+206=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #0556CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0556CE is #FAA931. Grayscale: #4A4A4A. Windows color (decimal): -16427314 or 13522437. OLE color: 13522437.

HSL color Cylindrical-coordinate representation of color #0556CE: hue angle of 215.82º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0556CE is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 86 206 -
CMYK 0.98 0.58 0 0.19
HSL 215.82º 0.95% 0.41% -
HSV(B) 215.82º 0.98% 0.81% -
XYZ 14.53 11.14 59.78 -
YUV 75.46 201.66 77.74 -
System Red Green Blue C M Y K H S L
Decimal 5 86 206 0.98 0.58 0 0.19 215.82 0.95 0.41
Hex 5 56 CE 62 3A 0 13 D8 5F 29
Octal 5 126 316 142 72 0 23 330 137 51
Binary 101 1010110 11001110 1100010 111010 0 10011 11011000 1011111 101001

Color Harmonies of #0556CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0556CE

Black with #0556CE

Text Example


Text Example

White with #0556CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0556CE; }

 p { color: rgb(5,86,206); }

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

background-color css

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

 a { background-color: rgb(5,86,206); }

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

border-color css

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

 span { border-color: rgb(5,86,206); }

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