Html Css Color HEX #0162BE Navy Blue

📋 copy color: '#0162BE'

red 1 ◦ green 98 ◦ blue 190

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

Shades of Navy Blue #0162BE

Tints of Navy Blue #0162BE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.91%

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

R = 0.35%
G = 33.91%
B = 65.74%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0162BE (or 0x0162BE) is known color: Navy Blue. HEX triplet: 01, 62 and BE. RGB value is (1,98,190). Sum of RGB (Red+Green+Blue) = 1+98+190=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 190 (74.61% from 255 or 65.74% from 289); Max value from RGB is 190 - color contains mainly: blue. Hex color #0162BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0162BE is #FE9D41. Grayscale: #4F4F4F. Windows color (decimal): -16686402 or 12476929. OLE color: 12476929.

HSL color Cylindrical-coordinate representation of color #0162BE: hue angle of 209.21º 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 #0162BE is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 98 190 -
CMYK 0.99 0.48 0 0.25
HSL 209.21º 0.99% 0.37% -
HSV(B) 209.21º 0.99% 0.75% -
XYZ 13.67 12.46 50.4 -
YUV 79.49 190.36 72.02 -
System Red Green Blue C M Y K H S L
Decimal 1 98 190 0.99 0.48 0 0.25 209.21 0.99 0.37
Hex 1 62 BE 63 30 0 19 D1 63 25
Octal 1 142 276 143 60 0 31 321 143 45
Binary 1 1100010 10111110 1100011 110000 0 11001 11010001 1100011 100101

Color Harmonies of #0162BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0162BE

Black with #0162BE

Text Example


Text Example

White with #0162BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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