Html Css Color HEX #259FA4 Java

📋 copy color: '#259FA4'

red 37 ◦ green 159 ◦ blue 164

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

Shades of Java #259FA4

Tints of Java #259FA4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.17%

 BLUE value IS 164 (64.45% from 255) = 45.56%

R = 10.28%
G = 44.17%
B = 45.56%

CMYK

 C value IS 0.77

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#259FA4 (or 0x259FA4) is known color: Java. HEX triplet: 25, 9F and A4. RGB value is (37,159,164). Sum of RGB (Red+Green+Blue) = 37+159+164=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #259FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259FA4 is #DA605B. Grayscale: #7A7A7A. Windows color (decimal): -14311516 or 10788645. OLE color: 10788645.

HSL color Cylindrical-coordinate representation of color #259FA4: hue angle of 182.36º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #259FA4 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 37 159 164 -
CMYK 0.77 0.03 0 0.36
HSL 182.36º 0.63% 0.39% -
HSV(B) 182.36º 0.77% 0.64% -
XYZ 19.86 27.87 39.45 -
YUV 123.09 151.08 66.59 -
System Red Green Blue C M Y K H S L
Decimal 37 159 164 0.77 0.03 0 0.36 182.36 0.63 0.39
Hex 25 9F A4 4D 3 0 24 B6 3F 27
Octal 45 237 244 115 3 0 44 266 77 47
Binary 100101 10011111 10100100 1001101 11 0 100100 10110110 111111 100111

Color Harmonies of #259FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259FA4

Black with #259FA4

Text Example


Text Example

White with #259FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259FA4; }

 p { color: rgb(37,159,164); }

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

background-color css

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

 a { background-color: rgb(37,159,164); }

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

border-color css

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

 span { border-color: rgb(37,159,164); }

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