#10939A

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

Shades of Java #10939A

Tints of Java #10939A

Color information

#10939A (or 0x10939A) is unknown color: approx Java. HEX triplet: 10, 93 and 9A. RGB value is (16,147,154). Sum of RGB (Red+Green+Blue) = 16+147+154=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 154 (60.55% from 255 or 48.58% from 317); Max value from RGB is 154 - color contains mainly: blue. Hex color #10939A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10939A is #EF6C65. Grayscale: #6C6C6C. Windows color (decimal): -15690854 or 10130192. OLE color: 10130192.

HSL color Cylindrical-coordinate representation of color #10939A: hue angle of 183.04º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10939A is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB16147154-
CMYK0.900.0500.40
HSL183.04º81.18%33.33%-
HSV(B)183.04º89.61%60.39%-
XYZ16.4823.3134.2-
YUV108.63153.661.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.05%
GREEN value IS 147 (57.81% from 255) = 46.37%
BLUE value IS 154 (60.55% from 255) = 48.58%
R=5.05%
G=46.37%
B=48.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal161471540.900.0500.40183.0481.1833.33
Hex10939A5A5028b75121
Octal20223232132505026712141
Binary10000100100111001101010110101010101000101101111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10939A; }

 p { color: rgb(16,147,154); }

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

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

 a { background-color: rgb(16,147,154); }

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

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

 span { border-color: rgb(16,147,154); }

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