Html Css Color HEX #0159CD Navy Blue

📋 copy color: '#0159CD'

red 1 ◦ green 89 ◦ blue 205

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

Shades of Navy Blue #0159CD

Tints of Navy Blue #0159CD

RGB

 RED value IS 1 (0.78% from 255) = 0.34%

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

 BLUE value IS 205 (80.47% from 255) = 69.49%

R = 0.34%
G = 30.17%
B = 69.49%

CMYK

 C value IS 1.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0159CD (or 0x0159CD) is known color: Navy Blue. HEX triplet: 01, 59 and CD. RGB value is (1,89,205). Sum of RGB (Red+Green+Blue) = 1+89+205=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 205 (80.47% from 255 or 69.49% from 295); Max value from RGB is 205 - color contains mainly: blue. Hex color #0159CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0159CD is #FEA632. Grayscale: #4B4B4B. Windows color (decimal): -16688691 or 13457665. OLE color: 13457665.

HSL color Cylindrical-coordinate representation of color #0159CD: hue angle of 214.12º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0159CD is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 89 205 -
CMYK 1.00 0.57 0 0.20
HSL 214.12º 0.99% 0.4% -
HSV(B) 214.12º 1% 0.8% -
XYZ 14.6 11.56 59.22 -
YUV 75.91 200.85 74.57 -
System Red Green Blue C M Y K H S L
Decimal 1 89 205 1.00 0.57 0 0.20 214.12 0.99 0.4
Hex 1 59 CD 64 39 0 14 D6 63 28
Octal 1 131 315 144 71 0 24 326 143 50
Binary 1 1011001 11001101 1100100 111001 0 10100 11010110 1100011 101000

Color Harmonies of #0159CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0159CD

Black with #0159CD

Text Example


Text Example

White with #0159CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0159CD; }

 p { color: rgb(1,89,205); }

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

background-color css

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

 a { background-color: rgb(1,89,205); }

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

border-color css

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

 span { border-color: rgb(1,89,205); }

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