#1B949A

Color #1B949A Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #1B949A

Tints of Java #1B949A

Color information

#1B949A (or 0x1B949A) is unknown color: approx Java. HEX triplet: 1B, 94 and 9A. RGB value is (27,148,154). Sum of RGB (Red+Green+Blue) = 27+148+154=329 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.21% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #1B949A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B949A is #E46B65. Grayscale: #707070. Windows color (decimal): -14969702 or 10130459. OLE color: 10130459.

HSL color Cylindrical-coordinate representation of color #1B949A: hue angle of 182.83º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B949A is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB27148154-
CMYK0.820.0400.40
HSL182.83º70.17%35.49%-
HSV(B)182.83º82.47%60.39%-
XYZ16.8723.7534.27-
YUV112.5151.4167.01-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.21%
GREEN value IS 148 (58.20% from 255) = 44.98%
BLUE value IS 154 (60.55% from 255) = 46.81%
R=8.21%
G=44.98%
B=46.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal271481540.820.0400.40182.8370.1735.49
Hex1B949A524028b74623
Octal33224232122405026710643
Binary11011100101001001101010100101000101000101101111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,148,154); }

 H1.HeaderClassName
 {
   color: #1B949A;
 }
 .AnyTagClassName
 {
   color: #1B949A;
 }
</style>
background-color css

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

 a { background-color: rgb(27,148,154); }

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

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

 span { border-color: rgb(27,148,154); }

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