#259192

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

Shades of Java #259192

Tints of Java #259192

Color information

#259192 (or 0x259192) is unknown color: approx Java. HEX triplet: 25, 91 and 92. RGB value is (37,145,146). Sum of RGB (Red+Green+Blue) = 37+145+146=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #259192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259192 is #DA6E6D. Grayscale: #707070. Windows color (decimal): -14315118 or 9605413. OLE color: 9605413.

HSL color Cylindrical-coordinate representation of color #259192: hue angle of 180.55º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259192 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB37145146-
CMYK0.750.0100.43
HSL180.55º59.56%35.88%-
HSV(B)180.55º74.66%57.25%-
XYZ16.0822.7230.73-
YUV112.82146.7273.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.28%
GREEN value IS 145 (57.03% from 255) = 44.21%
BLUE value IS 146 (57.42% from 255) = 44.51%
R=11.28%
G=44.21%
B=44.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371451460.750.0100.43180.5559.5635.88
Hex2591924B102Bb53c24
Octal4522122211310532657444
Binary100101100100011001001010010111010101110110101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259192; }

 p { color: rgb(37,145,146); }

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

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

 a { background-color: rgb(37,145,146); }

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

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

 span { border-color: rgb(37,145,146); }

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