Html Css Color HEX #0171EA Navy Blue

📋 copy color: '#0171EA'

red 1 ◦ green 113 ◦ blue 234

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

Shades of Navy Blue #0171EA

Tints of Navy Blue #0171EA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.47%

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

R = 0.29%
G = 32.47%
B = 67.24%

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

#0171EA (or 0x0171EA) is known color: Navy Blue. HEX triplet: 01, 71 and EA. RGB value is (1,113,234). Sum of RGB (Red+Green+Blue) = 1+113+234=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 234 (91.80% from 255 or 67.24% from 348); Max value from RGB is 234 - color contains mainly: blue. Hex color #0171EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0171EA is #FE8E15. Grayscale: #5C5C5C. Windows color (decimal): -16682518 or 15364353. OLE color: 15364353.

HSL color Cylindrical-coordinate representation of color #0171EA: hue angle of 211.16º 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 #0171EA is Cyan = 1.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 113 234 -
CMYK 1.00 0.52 0 0.08
HSL 211.16º 0.99% 0.46% -
HSV(B) 211.16º 1% 0.92% -
XYZ 20.77 17.76 80.17 -
YUV 93.31 207.39 62.16 -
System Red Green Blue C M Y K H S L
Decimal 1 113 234 1.00 0.52 0 0.08 211.16 0.99 0.46
Hex 1 71 EA 64 34 0 8 D3 63 2E
Octal 1 161 352 144 64 0 10 323 143 56
Binary 1 1110001 11101010 1100100 110100 0 1000 11010011 1100011 101110

Color Harmonies of #0171EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0171EA

Black with #0171EA

Text Example


Text Example

White with #0171EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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