Html Css Color HEX #10017C Navy

📋 copy color: '#10017C'

red 16 ◦ green 1 ◦ blue 124

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

Shades of Navy #10017C

Tints of Navy #10017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 87.94%

R = 11.35%
G = 0.71%
B = 87.94%

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

#10017C (or 0x10017C) is known color: Navy. HEX triplet: 10, 01 and 7C. RGB value is (16,1,124). Sum of RGB (Red+Green+Blue) = 16+1+124=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 124 (48.83% from 255 or 87.94% from 141); Max value from RGB is 124 - color contains mainly: blue. Hex color #10017C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10017C is #EFFE83. Grayscale: #131313. Windows color (decimal): -15728260 or 8126736. OLE color: 8126736.

HSL color Cylindrical-coordinate representation of color #10017C: hue angle of 247.32º 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 #10017C is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 1 124 -
CMYK 0.87 0.99 0 0.51
HSL 247.32º 0.98% 0.25% -
HSV(B) 247.32º 0.99% 0.49% -
XYZ 3.86 1.59 19.17 -
YUV 19.51 186.97 125.5 -
System Red Green Blue C M Y K H S L
Decimal 16 1 124 0.87 0.99 0 0.51 247.32 0.98 0.25
Hex 10 1 7C 57 63 0 33 F7 62 19
Octal 20 1 174 127 143 0 63 367 142 31
Binary 10000 1 1111100 1010111 1100011 0 110011 11110111 1100010 11001

Color Harmonies of #10017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10017C

Black with #10017C

Text Example


Text Example

White with #10017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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