Html Css Color HEX #0159D0 Navy Blue

📋 copy color: '#0159D0'

red 1 ◦ green 89 ◦ blue 208

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

Shades of Navy Blue #0159D0

Tints of Navy Blue #0159D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 69.8%

R = 0.34%
G = 29.87%
B = 69.8%

CMYK

 C value IS 1.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0159D0 (or 0x0159D0) is known color: Navy Blue. HEX triplet: 01, 59 and D0. RGB value is (1,89,208). Sum of RGB (Red+Green+Blue) = 1+89+208=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 208 (81.64% from 255 or 69.80% from 298); Max value from RGB is 208 - color contains mainly: blue. Hex color #0159D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0159D0 is #FEA62F. Grayscale: #4B4B4B. Windows color (decimal): -16688688 or 13654273. OLE color: 13654273.

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

Color convert

RGB 1 89 208 -
CMYK 1.00 0.57 0 0.18
HSL 214.49º 0.99% 0.41% -
HSV(B) 214.49º 1% 0.82% -
XYZ 14.97 11.71 61.14 -
YUV 76.25 202.35 74.32 -
System Red Green Blue C M Y K H S L
Decimal 1 89 208 1.00 0.57 0 0.18 214.49 0.99 0.41
Hex 1 59 D0 64 39 0 12 D6 63 29
Octal 1 131 320 144 71 0 22 326 143 51
Binary 1 1011001 11010000 1100100 111001 0 10010 11010110 1100011 101001

Color Harmonies of #0159D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0159D0

Black with #0159D0

Text Example


Text Example

White with #0159D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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