Html Css Color HEX #0162DD Navy Blue

📋 copy color: '#0162DD'

red 1 ◦ green 98 ◦ blue 221

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

Shades of Navy Blue #0162DD

Tints of Navy Blue #0162DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.06%

R = 0.31%
G = 30.63%
B = 69.06%

CMYK

 C value IS 1.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0162DD (or 0x0162DD) is known color: Navy Blue. HEX triplet: 01, 62 and DD. RGB value is (1,98,221). Sum of RGB (Red+Green+Blue) = 1+98+221=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #0162DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0162DD is #FE9D22. Grayscale: #525252. Windows color (decimal): -16686371 or 14508545. OLE color: 14508545.

HSL color Cylindrical-coordinate representation of color #0162DD: hue angle of 213.55º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0162DD is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 98 221 -
CMYK 1.00 0.56 0 0.13
HSL 213.55º 0.99% 0.44% -
HSV(B) 213.55º 1% 0.87% -
XYZ 17.43 13.96 70.18 -
YUV 83.02 205.86 69.5 -
System Red Green Blue C M Y K H S L
Decimal 1 98 221 1.00 0.56 0 0.13 213.55 0.99 0.44
Hex 1 62 DD 64 38 0 D D6 63 2C
Octal 1 142 335 144 70 0 15 326 143 54
Binary 1 1100010 11011101 1100100 111000 0 1101 11010110 1100011 101100

Color Harmonies of #0162DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0162DD

Black with #0162DD

Text Example


Text Example

White with #0162DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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