Html Css Color HEX #0160BE Navy Blue

📋 copy color: '#0160BE'

red 1 ◦ green 96 ◦ blue 190

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

Shades of Navy Blue #0160BE

Tints of Navy Blue #0160BE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.45%

 BLUE value IS 190 (74.61% from 255) = 66.2%

R = 0.35%
G = 33.45%
B = 66.2%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0160BE (or 0x0160BE) is known color: Navy Blue. HEX triplet: 01, 60 and BE. RGB value is (1,96,190). Sum of RGB (Red+Green+Blue) = 1+96+190=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #0160BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0160BE is #FE9F41. Grayscale: #4D4D4D. Windows color (decimal): -16686914 or 12476417. OLE color: 12476417.

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

Color convert

RGB 1 96 190 -
CMYK 0.99 0.49 0 0.25
HSL 209.84º 0.99% 0.37% -
HSV(B) 209.84º 0.99% 0.75% -
XYZ 13.49 12.09 50.34 -
YUV 78.31 191.03 72.86 -
System Red Green Blue C M Y K H S L
Decimal 1 96 190 0.99 0.49 0 0.25 209.84 0.99 0.37
Hex 1 60 BE 63 31 0 19 D2 63 25
Octal 1 140 276 143 61 0 31 322 143 45
Binary 1 1100000 10111110 1100011 110001 0 11001 11010010 1100011 100101

Color Harmonies of #0160BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0160BE

Black with #0160BE

Text Example


Text Example

White with #0160BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0160BE; }

 p { color: rgb(1,96,190); }

 H1.HeaderClassName
 {
   color: #0160BE;
 }
 .AnyTagClassName
 {
   color: #0160BE;
 }
</style>

background-color css

<style>
 a { background-color: #0160BE; }

 a { background-color: rgb(1,96,190); }

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

border-color css

<style>
 span { border-color: #0160BE; }

 span { border-color: rgb(1,96,190); }

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