#18919F

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

Shades of Java #18919F

Tints of Java #18919F

Color information

#18919F (or 0x18919F) is unknown color: approx Java. HEX triplet: 18, 91 and 9F. RGB value is (24,145,159). Sum of RGB (Red+Green+Blue) = 24+145+159=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #18919F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18919F is #E76E60. Grayscale: #6E6E6E. Windows color (decimal): -15167073 or 10457368. OLE color: 10457368.

HSL color Cylindrical-coordinate representation of color #18919F: hue angle of 186.22º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18919F is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB24145159-
CMYK0.850.0900.38
HSL186.22º73.77%35.88%-
HSV(B)186.22º84.91%62.35%-
XYZ16.7622.9536.35-
YUV110.42155.4166.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.32%
GREEN value IS 145 (57.03% from 255) = 44.21%
BLUE value IS 159 (62.5% from 255) = 48.48%
R=7.32%
G=44.21%
B=48.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal241451590.850.0900.38186.2273.7735.88
Hex18919F559026ba4a24
Octal302212371251104627211244
Binary110001001000110011111101010110010100110101110101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18919F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,145,159); }

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

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

 a { background-color: rgb(24,145,159); }

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

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

 span { border-color: rgb(24,145,159); }

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