#15969B

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

Shades of Java #15969B

Tints of Java #15969B

Color information

#15969B (or 0x15969B) is unknown color: approx Java. HEX triplet: 15, 96 and 9B. RGB value is (21,150,155). Sum of RGB (Red+Green+Blue) = 21+150+155=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #15969B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15969B is #EA6964. Grayscale: #6F6F6F. Windows color (decimal): -15362405 or 10196501. OLE color: 10196501.

HSL color Cylindrical-coordinate representation of color #15969B: hue angle of 182.24º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15969B is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB21150155-
CMYK0.860.0300.39
HSL182.24º76.14%34.51%-
HSV(B)182.24º86.45%60.78%-
XYZ17.1324.3434.81-
YUV112152.2663.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.44%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 155 (60.94% from 255) = 47.55%
R=6.44%
G=46.01%
B=47.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211501550.860.0300.39182.2476.1434.51
Hex15969B563027b64c23
Octal25226233126304726611443
Binary1010110010110100110111010110110100111101101101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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