Html Css Color HEX #0170EA Navy Blue

📋 copy color: '#0170EA'

red 1 ◦ green 112 ◦ blue 234

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

Shades of Navy Blue #0170EA

Tints of Navy Blue #0170EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 67.44%

R = 0.29%
G = 32.28%
B = 67.44%

CMYK

 C value IS 1.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0170EA (or 0x0170EA) is known color: Navy Blue. HEX triplet: 01, 70 and EA. RGB value is (1,112,234). Sum of RGB (Red+Green+Blue) = 1+112+234=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #0170EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0170EA is #FE8F15. Grayscale: #5C5C5C. Windows color (decimal): -16682774 or 15364097. OLE color: 15364097.

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

Color convert

RGB 1 112 234 -
CMYK 1.00 0.52 0 0.08
HSL 211.42º 0.99% 0.46% -
HSV(B) 211.42º 1% 0.92% -
XYZ 20.66 17.54 80.14 -
YUV 92.72 207.73 62.58 -
System Red Green Blue C M Y K H S L
Decimal 1 112 234 1.00 0.52 0 0.08 211.42 0.99 0.46
Hex 1 70 EA 64 34 0 8 D3 63 2E
Octal 1 160 352 144 64 0 10 323 143 56
Binary 1 1110000 11101010 1100100 110100 0 1000 11010011 1100011 101110

Color Harmonies of #0170EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0170EA

Black with #0170EA

Text Example


Text Example

White with #0170EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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