#1B93A3

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

Shades of Java #1B93A3

Tints of Java #1B93A3

Color information

#1B93A3 (or 0x1B93A3) is unknown color: approx Java. HEX triplet: 1B, 93 and A3. RGB value is (27,147,163). Sum of RGB (Red+Green+Blue) = 27+147+163=337 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.01% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 163 (64.06% from 255 or 48.37% from 337); Max value from RGB is 163 - color contains mainly: blue. Hex color #1B93A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B93A3 is #E46C5C. Grayscale: #707070. Windows color (decimal): -14969949 or 10720027. OLE color: 10720027.

HSL color Cylindrical-coordinate representation of color #1B93A3: hue angle of 187.06º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B93A3 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB27147163-
CMYK0.830.1000.36
HSL187.06º71.58%37.25%-
HSV(B)187.06º83.44%63.92%-
XYZ17.523.7438.31-
YUV112.94156.2466.7-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.01%
GREEN value IS 147 (57.81% from 255) = 43.62%
BLUE value IS 163 (64.06% from 255) = 48.37%
R=8.01%
G=43.62%
B=48.37%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal271471630.830.1000.36187.0671.5837.25
Hex1B93A353A024bb4825
Octal332232431231204427311045
Binary110111001001110100011101001110100100100101110111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B93A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,147,163); }

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

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

 a { background-color: rgb(27,147,163); }

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

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

 span { border-color: rgb(27,147,163); }

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