#100375

Color #100375 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #100375

Tints of Navy #100375

Color information

#100375 (or 0x100375) is unknown color: approx 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

RGB163117-
CMYK0.860.9700.54
HSL246.84º95%23.53%-
HSV(B)246.84º97.44%45.88%-
XYZ3.461.4616.93-
YUV19.88182.81125.23-

RGB Variations

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

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 (Cyan) values IS 0.86
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1631170.860.9700.54246.849523.53
Hex103755661036f75f18
Octal20316512614106636713730
Binary1000011111010110101101100001011011011110111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>