Html Css Color HEX #0159BC Navy Blue

📋 copy color: '#0159BC'

red 1 ◦ green 89 ◦ blue 188

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

Shades of Navy Blue #0159BC

Tints of Navy Blue #0159BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 67.63%

R = 0.36%
G = 32.01%
B = 67.63%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0159BC (or 0x0159BC) is known color: Navy Blue. HEX triplet: 01, 59 and BC. RGB value is (1,89,188). Sum of RGB (Red+Green+Blue) = 1+89+188=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #0159BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0159BC is #FEA643. Grayscale: #494949. Windows color (decimal): -16688708 or 12343553. OLE color: 12343553.

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

Color convert

RGB 1 89 188 -
CMYK 0.99 0.53 0 0.26
HSL 211.76º 0.99% 0.37% -
HSV(B) 211.76º 0.99% 0.74% -
XYZ 12.66 10.78 48.99 -
YUV 73.97 192.35 75.95 -
System Red Green Blue C M Y K H S L
Decimal 1 89 188 0.99 0.53 0 0.26 211.76 0.99 0.37
Hex 1 59 BC 63 35 0 1A D4 63 25
Octal 1 131 274 143 65 0 32 324 143 45
Binary 1 1011001 10111100 1100011 110101 0 11010 11010100 1100011 100101

Color Harmonies of #0159BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0159BC

Black with #0159BC

Text Example


Text Example

White with #0159BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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