Html Css Color HEX #0559CE Navy Blue

📋 copy color: '#0559CE'

red 5 ◦ green 89 ◦ blue 206

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

Shades of Navy Blue #0559CE

Tints of Navy Blue #0559CE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.67%

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

R = 1.67%
G = 29.67%
B = 68.67%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0559CE (or 0x0559CE) is known color: Navy Blue. HEX triplet: 05, 59 and CE. RGB value is (5,89,206). Sum of RGB (Red+Green+Blue) = 5+89+206=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #0559CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0559CE is #FAA631. Grayscale: #4C4C4C. Windows color (decimal): -16426546 or 13523205. OLE color: 13523205.

HSL color Cylindrical-coordinate representation of color #0559CE: hue angle of 214.93º 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 #0559CE is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 89 206 -
CMYK 0.98 0.57 0 0.19
HSL 214.93º 0.95% 0.41% -
HSV(B) 214.93º 0.98% 0.81% -
XYZ 14.78 11.63 59.86 -
YUV 77.22 200.67 76.49 -
System Red Green Blue C M Y K H S L
Decimal 5 89 206 0.98 0.57 0 0.19 214.93 0.95 0.41
Hex 5 59 CE 62 39 0 13 D7 5F 29
Octal 5 131 316 142 71 0 23 327 137 51
Binary 101 1011001 11001110 1100010 111001 0 10011 11010111 1011111 101001

Color Harmonies of #0559CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0559CE

Black with #0559CE

Text Example


Text Example

White with #0559CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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