#208793

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

Shades of Java #208793

Tints of Java #208793

Color information

#208793 (or 0x208793) is unknown color: approx Java. HEX triplet: 20, 87 and 93. RGB value is (32,135,147). Sum of RGB (Red+Green+Blue) = 32+135+147=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #208793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208793 is #DF786C. Grayscale: #696969. Windows color (decimal): -14645357 or 9668384. OLE color: 9668384.

HSL color Cylindrical-coordinate representation of color #208793: hue angle of 186.26º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #208793 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB32135147-
CMYK0.780.0800.42
HSL186.26º64.25%35.1%-
HSV(B)186.26º78.23%57.65%-
XYZ14.5319.7430.65-
YUV105.57151.3875.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.19%
GREEN value IS 135 (53.12% from 255) = 42.99%
BLUE value IS 147 (57.81% from 255) = 46.82%
R=10.19%
G=42.99%
B=46.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321351470.780.0800.42186.2664.2535.1
Hex2087934E802Aba4023
Octal402072231161005227210043
Binary1000001000011110010011100111010000101010101110101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208793; }

 p { color: rgb(32,135,147); }

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

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

 a { background-color: rgb(32,135,147); }

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

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

 span { border-color: rgb(32,135,147); }

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