#259198

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

Shades of Java #259198

Tints of Java #259198

Color information

#259198 (or 0x259198) is unknown color: approx Java. HEX triplet: 25, 91 and 98. RGB value is (37,145,152). Sum of RGB (Red+Green+Blue) = 37+145+152=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #259198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259198 is #DA6E67. Grayscale: #717171. Windows color (decimal): -14315112 or 9998629. OLE color: 9998629.

HSL color Cylindrical-coordinate representation of color #259198: hue angle of 183.65º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259198 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB37145152-
CMYK0.760.0500.40
HSL183.65º60.85%37.06%-
HSV(B)183.65º75.66%59.61%-
XYZ16.5622.9133.26-
YUV113.51149.7273.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.08%
GREEN value IS 145 (57.03% from 255) = 43.41%
BLUE value IS 152 (59.77% from 255) = 45.51%
R=11.08%
G=43.41%
B=45.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal371451520.760.0500.40183.6560.8537.06
Hex2591984C5028b83d25
Octal4522123011450502707545
Binary10010110010001100110001001100101010100010111000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259198; }

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

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

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

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

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

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

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

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