#10619F

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

Shades of Denim #10619F

Tints of Denim #10619F

Color information

#10619F (or 0x10619F) is unknown color: approx Denim. HEX triplet: 10, 61 and 9F. RGB value is (16,97,159). Sum of RGB (Red+Green+Blue) = 16+97+159=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #10619F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10619F is #EF9E60. Grayscale: #4F4F4F. Windows color (decimal): -15703649 or 10445072. OLE color: 10445072.

HSL color Cylindrical-coordinate representation of color #10619F: hue angle of 206.01º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10619F is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1697159-
CMYK0.900.3900.38
HSL206.01º81.71%34.31%-
HSV(B)206.01º89.94%62.35%-
XYZ10.7511.1634.39-
YUV79.85172.6682.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.88%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 159 (62.5% from 255) = 58.46%
R=5.88%
G=35.66%
B=58.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16971590.900.3900.38206.0181.7134.31
Hex10619F5A27026ce5222
Octal201412371324704631612242
Binary1000011000011001111110110101001110100110110011101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10619F; }

 p { color: rgb(16,97,159); }

 H1.HeaderClassName
 {
   color: #10619F;
 }
 .AnyTagClassName
 {
   color: #10619F;
 }
</style>
background-color css

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

 a { background-color: rgb(16,97,159); }

 div.DivClassName
 {
   background-color: #10619F;
 }
 .BgClassName
 {
   background-color: #10619F;
 }
</style>
border-color css

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

 span { border-color: rgb(16,97,159); }

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