#10969B

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

Shades of Java #10969B

Tints of Java #10969B

Color information

#10969B (or 0x10969B) is unknown color: approx Java. HEX triplet: 10, 96 and 9B. RGB value is (16,150,155). Sum of RGB (Red+Green+Blue) = 16+150+155=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #10969B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10969B is #EF6964. Grayscale: #6E6E6E. Windows color (decimal): -15690085 or 10196496. OLE color: 10196496.

HSL color Cylindrical-coordinate representation of color #10969B: hue angle of 182.16º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10969B is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB16150155-
CMYK0.900.0300.39
HSL182.16º81.29%33.53%-
HSV(B)182.16º89.68%60.78%-
XYZ17.0424.2934.8-
YUV110.5153.1160.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.98%
GREEN value IS 150 (58.98% from 255) = 46.73%
BLUE value IS 155 (60.94% from 255) = 48.29%
R=4.98%
G=46.73%
B=48.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal161501550.900.0300.39182.1681.2933.53
Hex10969B5A3027b65122
Octal20226233132304726612142
Binary1000010010110100110111011010110100111101101101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10969B; }

 p { color: rgb(16,150,155); }

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

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

 a { background-color: rgb(16,150,155); }

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

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

 span { border-color: rgb(16,150,155); }

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