Html Css Color HEX #0170EC Navy Blue

📋 copy color: '#0170EC'

red 1 ◦ green 112 ◦ blue 236

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

Shades of Navy Blue #0170EC

Tints of Navy Blue #0170EC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.09%

 BLUE value IS 236 (92.58% from 255) = 67.62%

R = 0.29%
G = 32.09%
B = 67.62%

CMYK

 C value IS 1.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0170EC (or 0x0170EC) is known color: Navy Blue. HEX triplet: 01, 70 and EC. RGB value is (1,112,236). Sum of RGB (Red+Green+Blue) = 1+112+236=349 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #0170EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0170EC is #FE8F13. Grayscale: #5C5C5C. Windows color (decimal): -16682772 or 15495169. OLE color: 15495169.

HSL color Cylindrical-coordinate representation of color #0170EC: hue angle of 211.66º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0170EC is Cyan = 1.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 112 236 -
CMYK 1.00 0.53 0 0.07
HSL 211.66º 0.99% 0.46% -
HSV(B) 211.66º 1% 0.93% -
XYZ 20.95 17.65 81.66 -
YUV 92.95 208.73 62.42 -
System Red Green Blue C M Y K H S L
Decimal 1 112 236 1.00 0.53 0 0.07 211.66 0.99 0.46
Hex 1 70 EC 64 35 0 7 D4 63 2E
Octal 1 160 354 144 65 0 7 324 143 56
Binary 1 1110000 11101100 1100100 110101 0 111 11010100 1100011 101110

Color Harmonies of #0170EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0170EC

Black with #0170EC

Text Example


Text Example

White with #0170EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0170EC; }

 p { color: rgb(1,112,236); }

 H1.HeaderClassName
 {
   color: #0170EC;
 }
 .AnyTagClassName
 {
   color: #0170EC;
 }
</style>

background-color css

<style>
 a { background-color: #0170EC; }

 a { background-color: rgb(1,112,236); }

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

border-color css

<style>
 span { border-color: #0170EC; }

 span { border-color: rgb(1,112,236); }

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