Html Css Color HEX #259495 Java

📋 copy color: '#259495'

red 37 ◦ green 148 ◦ blue 149

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

Shades of Java #259495

Tints of Java #259495

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.31%

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

R = 11.08%
G = 44.31%
B = 44.61%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#259495 (or 0x259495) is known color: Java. HEX triplet: 25, 94 and 95. RGB value is (37,148,149). Sum of RGB (Red+Green+Blue) = 37+148+149=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #259495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259495 is #DA6B6A. Grayscale: #727272. Windows color (decimal): -14314347 or 9802789. OLE color: 9802789.

HSL color Cylindrical-coordinate representation of color #259495: hue angle of 180.54º 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 #259495 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 148 149 -
CMYK 0.75 0.01 0 0.42
HSL 180.54º 0.6% 0.36% -
HSV(B) 180.54º 0.75% 0.58% -
XYZ 16.78 23.74 32.13 -
YUV 114.93 147.23 72.42 -
System Red Green Blue C M Y K H S L
Decimal 37 148 149 0.75 0.01 0 0.42 180.54 0.6 0.36
Hex 25 94 95 4B 1 0 2A B5 3C 24
Octal 45 224 225 113 1 0 52 265 74 44
Binary 100101 10010100 10010101 1001011 1 0 101010 10110101 111100 100100

Color Harmonies of #259495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259495

Black with #259495

Text Example


Text Example

White with #259495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259495; }

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

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

background-color css

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

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

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

border-color css

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

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

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