#1893A0

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

Shades of Java #1893A0

Tints of Java #1893A0

Color information

#1893A0 (or 0x1893A0) is unknown color: approx Java. HEX triplet: 18, 93 and A0. RGB value is (24,147,160). Sum of RGB (Red+Green+Blue) = 24+147+160=331 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.25% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 160 (62.89% from 255 or 48.34% from 331); Max value from RGB is 160 - color contains mainly: blue. Hex color #1893A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1893A0 is #E76C5F. Grayscale: #6F6F6F. Windows color (decimal): -15166560 or 10523416. OLE color: 10523416.

HSL color Cylindrical-coordinate representation of color #1893A0: hue angle of 185.74º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1893A0 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB24147160-
CMYK0.850.0800.37
HSL185.74º73.91%36.08%-
HSV(B)185.74º85%62.75%-
XYZ17.1623.636.91-
YUV111.71155.2565.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.25%
GREEN value IS 147 (57.81% from 255) = 44.41%
BLUE value IS 160 (62.89% from 255) = 48.34%
R=7.25%
G=44.41%
B=48.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal241471600.850.0800.37185.7473.9136.08
Hex1893A0558025ba4a24
Octal302232401251004527211244
Binary110001001001110100000101010110000100101101110101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1893A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1893A0; }

 p { color: rgb(24,147,160); }

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

<style>
 a { background-color: #1893A0; }

 a { background-color: rgb(24,147,160); }

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

<style>
 span { border-color: #1893A0; }

 span { border-color: rgb(24,147,160); }

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