Html Css Color HEX #1A949F Java

📋 copy color: '#1A949F'

red 26 ◦ green 148 ◦ blue 159

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

Shades of Java #1A949F

Tints of Java #1A949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.44%

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

R = 7.81%
G = 44.44%
B = 47.75%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1A949F (or 0x1A949F) is known color: Java. HEX triplet: 1A, 94 and 9F. RGB value is (26,148,159). Sum of RGB (Red+Green+Blue) = 26+148+159=333 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.81% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A949F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A949F is #E56B60. Grayscale: #707070. Windows color (decimal): -15035233 or 10458138. OLE color: 10458138.

HSL color Cylindrical-coordinate representation of color #1A949F: hue angle of 184.96º 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 #1A949F is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 26 148 159 -
CMYK 0.84 0.07 0 0.38
HSL 184.96º 0.72% 0.36% -
HSV(B) 184.96º 0.84% 0.62% -
XYZ 17.27 23.9 36.5 -
YUV 112.78 154.08 66.11 -
System Red Green Blue C M Y K H S L
Decimal 26 148 159 0.84 0.07 0 0.38 184.96 0.72 0.36
Hex 1A 94 9F 54 7 0 26 B9 48 24
Octal 32 224 237 124 7 0 46 271 110 44
Binary 11010 10010100 10011111 1010100 111 0 100110 10111001 1001000 100100

Color Harmonies of #1A949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A949F

Black with #1A949F

Text Example


Text Example

White with #1A949F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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