Html Css Color HEX #259691 Java

📋 copy color: '#259691'

red 37 ◦ green 150 ◦ blue 145

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

Shades of Java #259691

Tints of Java #259691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.18%

 BLUE value IS 145 (57.03% from 255) = 43.67%

R = 11.14%
G = 45.18%
B = 43.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#259691 (or 0x259691) is known color: Java. HEX triplet: 25, 96 and 91. RGB value is (37,150,145). Sum of RGB (Red+Green+Blue) = 37+150+145=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #259691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259691 is #DA696E. Grayscale: #737373. Windows color (decimal): -14313839 or 9541157. OLE color: 9541157.

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

Color convert

RGB 37 150 145 -
CMYK 0.75 0 0.03 0.41
HSL 177.35º 0.6% 0.37% -
HSV(B) 177.35º 0.75% 0.59% -
XYZ 16.78 24.25 30.58 -
YUV 115.64 144.56 71.91 -
System Red Green Blue C M Y K H S L
Decimal 37 150 145 0.75 0 0.03 0.41 177.35 0.6 0.37
Hex 25 96 91 4B 0 3 29 B1 3C 25
Octal 45 226 221 113 0 3 51 261 74 45
Binary 100101 10010110 10010001 1001011 0 11 101001 10110001 111100 100101

Color Harmonies of #259691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259691

Black with #259691

Text Example


Text Example

White with #259691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259691; }

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

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

background-color css

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

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

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

border-color css

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

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

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