#1B919E

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

Shades of Java #1B919E

Tints of Java #1B919E

Color information

#1B919E (or 0x1B919E) is unknown color: approx Java. HEX triplet: 1B, 91 and 9E. RGB value is (27,145,158). Sum of RGB (Red+Green+Blue) = 27+145+158=330 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.18% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #1B919E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B919E is #E46E61. Grayscale: #6F6F6F. Windows color (decimal): -14970466 or 10391835. OLE color: 10391835.

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

Color convert

RGB27145158-
CMYK0.830.0800.38
HSL185.95º70.81%36.27%-
HSV(B)185.95º82.91%61.96%-
XYZ16.7522.9535.9-
YUV111.2154.4167.94-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.18%
GREEN value IS 145 (57.03% from 255) = 43.94%
BLUE value IS 158 (62.11% from 255) = 47.88%
R=8.18%
G=43.94%
B=47.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal271451580.830.0800.38185.9570.8136.27
Hex1B919E538026ba4724
Octal332212361231004627210744
Binary110111001000110011110101001110000100110101110101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,145,158); }

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

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

 a { background-color: rgb(27,145,158); }

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

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

 span { border-color: rgb(27,145,158); }

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