#10959D

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

Shades of Java #10959D

Tints of Java #10959D

Color information

#10959D (or 0x10959D) is unknown color: approx Java. HEX triplet: 10, 95 and 9D. RGB value is (16,149,157). Sum of RGB (Red+Green+Blue) = 16+149+157=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #10959D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10959D is #EF6A62. Grayscale: #6D6D6D. Windows color (decimal): -15690339 or 10327312. OLE color: 10327312.

HSL color Cylindrical-coordinate representation of color #10959D: hue angle of 183.4º 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 #10959D is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB16149157-
CMYK0.900.0500.38
HSL183.4º81.5%33.92%-
HSV(B)183.4º89.81%61.57%-
XYZ17.0524.0435.64-
YUV110.14154.4460.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.97%
GREEN value IS 149 (58.59% from 255) = 46.27%
BLUE value IS 157 (61.72% from 255) = 48.76%
R=4.97%
G=46.27%
B=48.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal161491570.900.0500.38183.481.533.92
Hex10959D5A5026b75222
Octal20225235132504626712242
Binary10000100101011001110110110101010100110101101111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10959D; }

 p { color: rgb(16,149,157); }

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

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

 a { background-color: rgb(16,149,157); }

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

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

 span { border-color: rgb(16,149,157); }

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