Html Css Color HEX #259195 Java

📋 copy color: '#259195'

red 37 ◦ green 145 ◦ blue 149

#259195
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #259195

Tints of Java #259195

RGB

 RED value IS 37 (14.84% from 255) = 11.18%

 GREEN value IS 145 (57.03% from 255) = 43.81%

 BLUE value IS 149 (58.59% from 255) = 45.02%

R = 11.18%
G = 43.81%
B = 45.02%

CMYK

 C value IS 0.75

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#259195 (or 0x259195) is known color: Java. HEX triplet: 25, 91 and 95. RGB value is (37,145,149). Sum of RGB (Red+Green+Blue) = 37+145+149=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #259195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259195 is #DA6E6A. Grayscale: #717171. Windows color (decimal): -14315115 or 9802021. OLE color: 9802021.

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

Color convert

RGB 37 145 149 -
CMYK 0.75 0.03 0 0.42
HSL 182.14º 0.6% 0.36% -
HSV(B) 182.14º 0.75% 0.58% -
XYZ 16.31 22.81 31.98 -
YUV 113.16 148.22 73.67 -
System Red Green Blue C M Y K H S L
Decimal 37 145 149 0.75 0.03 0 0.42 182.14 0.6 0.36
Hex 25 91 95 4B 3 0 2A B6 3C 24
Octal 45 221 225 113 3 0 52 266 74 44
Binary 100101 10010001 10010101 1001011 11 0 101010 10110110 111100 100100

Color Harmonies of #259195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259195

Black with #259195

Text Example


Text Example

White with #259195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259195; }

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

 H1.HeaderClassName
 {
   color: #259195;
 }
 .AnyTagClassName
 {
   color: #259195;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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