Html Css Color HEX #1A959F Java

📋 copy color: '#1A959F'

red 26 ◦ green 149 ◦ blue 159

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

Shades of Java #1A959F

Tints of Java #1A959F

RGB

 RED value IS 26 (10.55% from 255) = 7.78%

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

 BLUE value IS 159 (62.5% from 255) = 47.6%

R = 7.78%
G = 44.61%
B = 47.6%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1A959F (or 0x1A959F) is known color: Java. HEX triplet: 1A, 95 and 9F. RGB value is (26,149,159). Sum of RGB (Red+Green+Blue) = 26+149+159=334 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.78% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A959F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A959F is #E56A60. Grayscale: #717171. Windows color (decimal): -15034977 or 10458394. OLE color: 10458394.

HSL color Cylindrical-coordinate representation of color #1A959F: hue angle of 184.51º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A959F is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 26 149 159 -
CMYK 0.84 0.06 0 0.38
HSL 184.51º 0.72% 0.36% -
HSV(B) 184.51º 0.84% 0.62% -
XYZ 17.43 24.22 36.56 -
YUV 113.36 153.75 65.69 -
System Red Green Blue C M Y K H S L
Decimal 26 149 159 0.84 0.06 0 0.38 184.51 0.72 0.36
Hex 1A 95 9F 54 6 0 26 B9 48 24
Octal 32 225 237 124 6 0 46 271 110 44
Binary 11010 10010101 10011111 1010100 110 0 100110 10111001 1001000 100100

Color Harmonies of #1A959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A959F

Black with #1A959F

Text Example


Text Example

White with #1A959F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A959F; }

 p { color: rgb(26,149,159); }

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

background-color css

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

 a { background-color: rgb(26,149,159); }

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

border-color css

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

 span { border-color: rgb(26,149,159); }

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