#1790A2

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

Shades of Java #1790A2

Tints of Java #1790A2

Color information

#1790A2 (or 0x1790A2) is unknown color: approx Java. HEX triplet: 17, 90 and A2. RGB value is (23,144,162). Sum of RGB (Red+Green+Blue) = 23+144+162=329 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.99% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 162 (63.67% from 255 or 49.24% from 329); Max value from RGB is 162 - color contains mainly: blue. Hex color #1790A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1790A2 is #E86F5D. Grayscale: #6D6D6D. Windows color (decimal): -15232862 or 10653719. OLE color: 10653719.

HSL color Cylindrical-coordinate representation of color #1790A2: hue angle of 187.77º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1790A2 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB23144162-
CMYK0.860.1100.36
HSL187.77º75.14%36.27%-
HSV(B)187.77º85.8%63.53%-
XYZ16.8522.7437.68-
YUV109.87157.4166.04-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.99%
GREEN value IS 144 (56.64% from 255) = 43.77%
BLUE value IS 162 (63.67% from 255) = 49.24%
R=6.99%
G=43.77%
B=49.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal231441620.860.1100.36187.7775.1436.27
Hex1790A256B024bc4b24
Octal272202421261304427411344
Binary101111001000010100010101011010110100100101111001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1790A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1790A2; }

 p { color: rgb(23,144,162); }

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

<style>
 a { background-color: #1790A2; }

 a { background-color: rgb(23,144,162); }

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

<style>
 span { border-color: #1790A2; }

 span { border-color: rgb(23,144,162); }

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