Html Css Color HEX #0162DF Navy Blue

📋 copy color: '#0162DF'

red 1 ◦ green 98 ◦ blue 223

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

Shades of Navy Blue #0162DF

Tints of Navy Blue #0162DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.25%

R = 0.31%
G = 30.43%
B = 69.25%

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

#0162DF (or 0x0162DF) is known color: Navy Blue. HEX triplet: 01, 62 and DF. RGB value is (1,98,223). Sum of RGB (Red+Green+Blue) = 1+98+223=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 223 (87.5% from 255 or 69.25% from 322); Max value from RGB is 223 - color contains mainly: blue. Hex color #0162DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0162DF is #FE9D20. Grayscale: #525252. Windows color (decimal): -16686369 or 14639617. OLE color: 14639617.

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

Color convert

RGB 1 98 223 -
CMYK 1.00 0.56 0 0.13
HSL 213.78º 0.99% 0.44% -
HSV(B) 213.78º 1% 0.87% -
XYZ 17.7 14.07 71.59 -
YUV 83.25 206.86 69.34 -
System Red Green Blue C M Y K H S L
Decimal 1 98 223 1.00 0.56 0 0.13 213.78 0.99 0.44
Hex 1 62 DF 64 38 0 D D6 63 2C
Octal 1 142 337 144 70 0 15 326 143 54
Binary 1 1100010 11011111 1100100 111000 0 1101 11010110 1100011 101100

Color Harmonies of #0162DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0162DF

Black with #0162DF

Text Example


Text Example

White with #0162DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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