Html Css Color HEX #208593 Java

📋 copy color: '#208593'

red 32 ◦ green 133 ◦ blue 147

#208593
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #208593

Tints of Java #208593

RGB

 RED value IS 32 (12.89% from 255) = 10.26%

 GREEN value IS 133 (52.34% from 255) = 42.63%

 BLUE value IS 147 (57.81% from 255) = 47.12%

R = 10.26%
G = 42.63%
B = 47.12%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#208593 (or 0x208593) is known color: Java. HEX triplet: 20, 85 and 93. RGB value is (32,133,147). Sum of RGB (Red+Green+Blue) = 32+133+147=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #208593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208593 is #DF7A6C. Grayscale: #686868. Windows color (decimal): -14645869 or 9667872. OLE color: 9667872.

HSL color Cylindrical-coordinate representation of color #208593: hue angle of 187.3º 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 #208593 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 133 147 -
CMYK 0.78 0.10 0 0.42
HSL 187.3º 0.64% 0.35% -
HSV(B) 187.3º 0.78% 0.58% -
XYZ 14.25 19.19 30.56 -
YUV 104.4 152.04 76.36 -
System Red Green Blue C M Y K H S L
Decimal 32 133 147 0.78 0.10 0 0.42 187.3 0.64 0.35
Hex 20 85 93 4E A 0 2A BB 40 23
Octal 40 205 223 116 12 0 52 273 100 43
Binary 100000 10000101 10010011 1001110 1010 0 101010 10111011 1000000 100011

Color Harmonies of #208593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208593

Black with #208593

Text Example


Text Example

White with #208593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208593; }

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

 H1.HeaderClassName
 {
   color: #208593;
 }
 .AnyTagClassName
 {
   color: #208593;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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