Html Css Color HEX #10017E Navy

📋 copy color: '#10017E'

red 16 ◦ green 1 ◦ blue 126

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

Shades of Navy #10017E

Tints of Navy #10017E

RGB

 RED value IS 16 (6.64% from 255) = 11.19%

 GREEN value IS 1 (0.78% from 255) = 0.7%

 BLUE value IS 126 (49.61% from 255) = 88.11%

R = 11.19%
G = 0.7%
B = 88.11%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10017E (or 0x10017E) is known color: Navy. HEX triplet: 10, 01 and 7E. RGB value is (16,1,126). Sum of RGB (Red+Green+Blue) = 16+1+126=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 126 (49.61% from 255 or 88.11% from 143); Max value from RGB is 126 - color contains mainly: blue. Hex color #10017E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10017E is #EFFE81. Grayscale: #131313. Windows color (decimal): -15728258 or 8257808. OLE color: 8257808.

HSL color Cylindrical-coordinate representation of color #10017E: hue angle of 247.2º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10017E is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 1 126 -
CMYK 0.87 0.99 0 0.51
HSL 247.2º 0.98% 0.25% -
HSV(B) 247.2º 0.99% 0.49% -
XYZ 3.99 1.64 19.84 -
YUV 19.74 187.97 125.34 -
System Red Green Blue C M Y K H S L
Decimal 16 1 126 0.87 0.99 0 0.51 247.2 0.98 0.25
Hex 10 1 7E 57 63 0 33 F7 62 19
Octal 20 1 176 127 143 0 63 367 142 31
Binary 10000 1 1111110 1010111 1100011 0 110011 11110111 1100010 11001

Color Harmonies of #10017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10017E

Black with #10017E

Text Example


Text Example

White with #10017E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10017E; }

 p { color: rgb(16,1,126); }

 H1.HeaderClassName
 {
   color: #10017E;
 }
 .AnyTagClassName
 {
   color: #10017E;
 }
</style>

background-color css

<style>
 a { background-color: #10017E; }

 a { background-color: rgb(16,1,126); }

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

border-color css

<style>
 span { border-color: #10017E; }

 span { border-color: rgb(16,1,126); }

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