Html Css Color HEX #0160EE Navy Blue

📋 copy color: '#0160EE'

red 1 ◦ green 96 ◦ blue 238

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

Shades of Navy Blue #0160EE

Tints of Navy Blue #0160EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 71.04%

R = 0.3%
G = 28.66%
B = 71.04%

CMYK

 C value IS 1.00

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0160EE (or 0x0160EE) is known color: Navy Blue. HEX triplet: 01, 60 and EE. RGB value is (1,96,238). Sum of RGB (Red+Green+Blue) = 1+96+238=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 238 (93.36% from 255 or 71.04% from 335); Max value from RGB is 238 - color contains mainly: blue. Hex color #0160EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0160EE is #FE9F11. Grayscale: #535353. Windows color (decimal): -16686866 or 15622145. OLE color: 15622145.

HSL color Cylindrical-coordinate representation of color #0160EE: hue angle of 215.95º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0160EE is Cyan = 1.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 96 238 -
CMYK 1.00 0.60 0 0.07
HSL 215.95º 0.99% 0.47% -
HSV(B) 215.95º 1% 0.93% -
XYZ 19.63 14.55 82.66 -
YUV 83.78 215.03 68.95 -
System Red Green Blue C M Y K H S L
Decimal 1 96 238 1.00 0.60 0 0.07 215.95 0.99 0.47
Hex 1 60 EE 64 3C 0 7 D8 63 2F
Octal 1 140 356 144 74 0 7 330 143 57
Binary 1 1100000 11101110 1100100 111100 0 111 11011000 1100011 101111

Color Harmonies of #0160EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0160EE

Black with #0160EE

Text Example


Text Example

White with #0160EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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