Html Css Color HEX #0162B9 Navy Blue

📋 copy color: '#0162B9'

red 1 ◦ green 98 ◦ blue 185

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

Shades of Navy Blue #0162B9

Tints of Navy Blue #0162B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 65.14%

R = 0.35%
G = 34.51%
B = 65.14%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0162B9 (or 0x0162B9) is known color: Navy Blue. HEX triplet: 01, 62 and B9. RGB value is (1,98,185). Sum of RGB (Red+Green+Blue) = 1+98+185=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 185 (72.66% from 255 or 65.14% from 284); Max value from RGB is 185 - color contains mainly: blue. Hex color #0162B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0162B9 is #FE9D46. Grayscale: #4E4E4E. Windows color (decimal): -16686407 or 12149249. OLE color: 12149249.

HSL color Cylindrical-coordinate representation of color #0162B9: hue angle of 208.37º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0162B9 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 98 185 -
CMYK 0.99 0.47 0 0.27
HSL 208.37º 0.99% 0.36% -
HSV(B) 208.37º 0.99% 0.73% -
XYZ 13.14 12.24 47.57 -
YUV 78.92 187.86 72.43 -
System Red Green Blue C M Y K H S L
Decimal 1 98 185 0.99 0.47 0 0.27 208.37 0.99 0.36
Hex 1 62 B9 63 2F 0 1B D0 63 24
Octal 1 142 271 143 57 0 33 320 143 44
Binary 1 1100010 10111001 1100011 101111 0 11011 11010000 1100011 100100

Color Harmonies of #0162B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0162B9

Black with #0162B9

Text Example


Text Example

White with #0162B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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