Html Css Color HEX #0162ED Navy Blue

📋 copy color: '#0162ED'

red 1 ◦ green 98 ◦ blue 237

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

Shades of Navy Blue #0162ED

Tints of Navy Blue #0162ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 70.54%

R = 0.3%
G = 29.17%
B = 70.54%

CMYK

 C value IS 1.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0162ED (or 0x0162ED) is known color: Navy Blue. HEX triplet: 01, 62 and ED. RGB value is (1,98,237). Sum of RGB (Red+Green+Blue) = 1+98+237=336 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #0162ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0162ED is #FE9D12. Grayscale: #545454. Windows color (decimal): -16686355 or 15557121. OLE color: 15557121.

HSL color Cylindrical-coordinate representation of color #0162ED: hue angle of 215.34º 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 #0162ED is Cyan = 1.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 98 237 -
CMYK 1.00 0.59 0 0.07
HSL 215.34º 0.99% 0.47% -
HSV(B) 215.34º 1% 0.93% -
XYZ 19.67 14.86 81.95 -
YUV 84.84 213.86 68.2 -
System Red Green Blue C M Y K H S L
Decimal 1 98 237 1.00 0.59 0 0.07 215.34 0.99 0.47
Hex 1 62 ED 64 3B 0 7 D7 63 2F
Octal 1 142 355 144 73 0 7 327 143 57
Binary 1 1100010 11101101 1100100 111011 0 111 11010111 1100011 101111

Color Harmonies of #0162ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0162ED

Black with #0162ED

Text Example


Text Example

White with #0162ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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