Html Css Color HEX #259083 Java

📋 copy color: '#259083'

red 37 ◦ green 144 ◦ blue 131

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

Shades of Java #259083

Tints of Java #259083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.15%

 BLUE value IS 131 (51.56% from 255) = 41.99%

R = 11.86%
G = 46.15%
B = 41.99%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#259083 (or 0x259083) is known color: Java. HEX triplet: 25, 90 and 83. RGB value is (37,144,131). Sum of RGB (Red+Green+Blue) = 37+144+131=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #259083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259083 is #DA6F7C. Grayscale: #6E6E6E. Windows color (decimal): -14315389 or 8622117. OLE color: 8622117.

HSL color Cylindrical-coordinate representation of color #259083: hue angle of 172.71º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #259083 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 144 131 -
CMYK 0.74 0 0.09 0.44
HSL 172.71º 0.59% 0.35% -
HSV(B) 172.71º 0.74% 0.56% -
XYZ 14.83 21.98 24.93 -
YUV 110.53 139.55 75.56 -
System Red Green Blue C M Y K H S L
Decimal 37 144 131 0.74 0 0.09 0.44 172.71 0.59 0.35
Hex 25 90 83 4A 0 9 2C AD 3B 23
Octal 45 220 203 112 0 11 54 255 73 43
Binary 100101 10010000 10000011 1001010 0 1001 101100 10101101 111011 100011

Color Harmonies of #259083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259083

Black with #259083

Text Example


Text Example

White with #259083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259083; }

 p { color: rgb(37,144,131); }

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

background-color css

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

 a { background-color: rgb(37,144,131); }

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

border-color css

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

 span { border-color: rgb(37,144,131); }

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