Html Css Color HEX #0159CC Navy Blue

📋 copy color: '#0159CC'

red 1 ◦ green 89 ◦ blue 204

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

Shades of Navy Blue #0159CC

Tints of Navy Blue #0159CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 69.39%

R = 0.34%
G = 30.27%
B = 69.39%

CMYK

 C value IS 1.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0159CC (or 0x0159CC) is known color: Navy Blue. HEX triplet: 01, 59 and CC. RGB value is (1,89,204). Sum of RGB (Red+Green+Blue) = 1+89+204=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 204 (80.08% from 255 or 69.39% from 294); Max value from RGB is 204 - color contains mainly: blue. Hex color #0159CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0159CC is #FEA633. Grayscale: #4B4B4B. Windows color (decimal): -16688692 or 13392129. OLE color: 13392129.

HSL color Cylindrical-coordinate representation of color #0159CC: hue angle of 213.99º 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 #0159CC is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 1 89 204 -
CMYK 1.00 0.56 0 0.2
HSL 213.99º 0.99% 0.4% -
HSV(B) 213.99º 1% 0.8% -
XYZ 14.48 11.51 58.59 -
YUV 75.8 200.35 74.65 -
System Red Green Blue C M Y K H S L
Decimal 1 89 204 1.00 0.56 0 0.2 213.99 0.99 0.4
Hex 1 59 CC 64 38 0 14 D6 63 28
Octal 1 131 314 144 70 0 24 326 143 50
Binary 1 1011001 11001100 1100100 111000 0 10100 11010110 1100011 101000

Color Harmonies of #0159CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0159CC

Black with #0159CC

Text Example


Text Example

White with #0159CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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