Html Css Color HEX #100375 Navy

📋 copy color: '#100375'

red 16 ◦ green 3 ◦ blue 117

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

Shades of Navy #100375

Tints of Navy #100375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.21%

 BLUE value IS 117 (46.09% from 255) = 86.03%

R = 11.76%
G = 2.21%
B = 86.03%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#100375 (or 0x100375) is known color: Navy. HEX triplet: 10, 03 and 75. RGB value is (16,3,117). Sum of RGB (Red+Green+Blue) = 16+3+117=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 117 (46.09% from 255 or 86.03% from 136); Max value from RGB is 117 - color contains mainly: blue. Hex color #100375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100375 is #EFFC8A. Grayscale: #131313. Windows color (decimal): -15727755 or 7668496. OLE color: 7668496.

HSL color Cylindrical-coordinate representation of color #100375: hue angle of 246.84º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #100375 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 3 117 -
CMYK 0.86 0.97 0 0.54
HSL 246.84º 0.95% 0.24% -
HSV(B) 246.84º 0.97% 0.46% -
XYZ 3.46 1.46 16.93 -
YUV 19.88 182.81 125.23 -
System Red Green Blue C M Y K H S L
Decimal 16 3 117 0.86 0.97 0 0.54 246.84 0.95 0.24
Hex 10 3 75 56 61 0 36 F7 5F 18
Octal 20 3 165 126 141 0 66 367 137 30
Binary 10000 11 1110101 1010110 1100001 0 110110 11110111 1011111 11000

Color Harmonies of #100375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100375

Black with #100375

Text Example


Text Example

White with #100375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100375; }

 p { color: rgb(16,3,117); }

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

background-color css

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

 a { background-color: rgb(16,3,117); }

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

border-color css

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

 span { border-color: rgb(16,3,117); }

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