Html Css Color HEX #0159BF Navy Blue

📋 copy color: '#0159BF'

red 1 ◦ green 89 ◦ blue 191

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

Shades of Navy Blue #0159BF

Tints of Navy Blue #0159BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.97%

R = 0.36%
G = 31.67%
B = 67.97%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0159BF (or 0x0159BF) is known color: Navy Blue. HEX triplet: 01, 59 and BF. RGB value is (1,89,191). Sum of RGB (Red+Green+Blue) = 1+89+191=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 191 (75% from 255 or 67.97% from 281); Max value from RGB is 191 - color contains mainly: blue. Hex color #0159BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0159BF is #FEA640. Grayscale: #494949. Windows color (decimal): -16688705 or 12540161. OLE color: 12540161.

HSL color Cylindrical-coordinate representation of color #0159BF: hue angle of 212.21º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0159BF is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 89 191 -
CMYK 0.99 0.53 0 0.25
HSL 212.21º 0.99% 0.38% -
HSV(B) 212.21º 0.99% 0.75% -
XYZ 12.99 10.91 50.71 -
YUV 74.32 193.85 75.71 -
System Red Green Blue C M Y K H S L
Decimal 1 89 191 0.99 0.53 0 0.25 212.21 0.99 0.38
Hex 1 59 BF 63 35 0 19 D4 63 26
Octal 1 131 277 143 65 0 31 324 143 46
Binary 1 1011001 10111111 1100011 110101 0 11001 11010100 1100011 100110

Color Harmonies of #0159BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0159BF

Black with #0159BF

Text Example


Text Example

White with #0159BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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