Html Css Color HEX #208594 Java

📋 copy color: '#208594'

red 32 ◦ green 133 ◦ blue 148

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

Shades of Java #208594

Tints of Java #208594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.28%

R = 10.22%
G = 42.49%
B = 47.28%

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

#208594 (or 0x208594) is known color: Java. HEX triplet: 20, 85 and 94. RGB value is (32,133,148). Sum of RGB (Red+Green+Blue) = 32+133+148=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #208594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208594 is #DF7A6B. Grayscale: #686868. Windows color (decimal): -14645868 or 9733408. OLE color: 9733408.

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

Color convert

RGB 32 133 148 -
CMYK 0.78 0.10 0 0.42
HSL 187.76º 0.64% 0.35% -
HSV(B) 187.76º 0.78% 0.58% -
XYZ 14.33 19.22 30.97 -
YUV 104.51 152.54 76.28 -
System Red Green Blue C M Y K H S L
Decimal 32 133 148 0.78 0.10 0 0.42 187.76 0.64 0.35
Hex 20 85 94 4E A 0 2A BC 40 23
Octal 40 205 224 116 12 0 52 274 100 43
Binary 100000 10000101 10010100 1001110 1010 0 101010 10111100 1000000 100011

Color Harmonies of #208594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208594

Black with #208594

Text Example


Text Example

White with #208594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208594; }

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

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

background-color css

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

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

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

border-color css

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

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

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