Html Css Color HEX #259085 Java

📋 copy color: '#259085'

red 37 ◦ green 144 ◦ blue 133

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

Shades of Java #259085

Tints of Java #259085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.36%

R = 11.78%
G = 45.86%
B = 42.36%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#259085 (or 0x259085) is known color: Java. HEX triplet: 25, 90 and 85. RGB value is (37,144,133). Sum of RGB (Red+Green+Blue) = 37+144+133=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #259085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259085 is #DA6F7A. Grayscale: #6E6E6E. Windows color (decimal): -14315387 or 8753189. OLE color: 8753189.

HSL color Cylindrical-coordinate representation of color #259085: hue angle of 173.83º 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 #259085 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 144 133 -
CMYK 0.74 0 0.08 0.44
HSL 173.83º 0.59% 0.35% -
HSV(B) 173.83º 0.74% 0.56% -
XYZ 14.97 22.03 25.65 -
YUV 110.75 140.55 75.39 -
System Red Green Blue C M Y K H S L
Decimal 37 144 133 0.74 0 0.08 0.44 173.83 0.59 0.35
Hex 25 90 85 4A 0 8 2C AE 3B 23
Octal 45 220 205 112 0 10 54 256 73 43
Binary 100101 10010000 10000101 1001010 0 1000 101100 10101110 111011 100011

Color Harmonies of #259085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259085

Black with #259085

Text Example


Text Example

White with #259085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259085; }

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

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

background-color css

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

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

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

border-color css

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

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

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