Html Css Color HEX #258F89 Java

📋 copy color: '#258F89'

red 37 ◦ green 143 ◦ blue 137

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

Shades of Java #258F89

Tints of Java #258F89

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.11%

 BLUE value IS 137 (53.91% from 255) = 43.22%

R = 11.67%
G = 45.11%
B = 43.22%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#258F89 (or 0x258F89) is known color: Java. HEX triplet: 25, 8F and 89. RGB value is (37,143,137). Sum of RGB (Red+Green+Blue) = 37+143+137=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 143 - color contains mainly: green. Hex color #258F89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258F89 is #DA7076. Grayscale: #6E6E6E. Windows color (decimal): -14315639 or 9015077. OLE color: 9015077.

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

Color convert

RGB 37 143 137 -
CMYK 0.74 0 0.04 0.44
HSL 176.6º 0.59% 0.35% -
HSV(B) 176.6º 0.74% 0.56% -
XYZ 15.1 21.84 27.09 -
YUV 110.62 142.88 75.49 -
System Red Green Blue C M Y K H S L
Decimal 37 143 137 0.74 0 0.04 0.44 176.6 0.59 0.35
Hex 25 8F 89 4A 0 4 2C B1 3B 23
Octal 45 217 211 112 0 4 54 261 73 43
Binary 100101 10001111 10001001 1001010 0 100 101100 10110001 111011 100011

Color Harmonies of #258F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258F89

Black with #258F89

Text Example


Text Example

White with #258F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258F89; }

 p { color: rgb(37,143,137); }

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

background-color css

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

 a { background-color: rgb(37,143,137); }

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

border-color css

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

 span { border-color: rgb(37,143,137); }

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