Html Css Color HEX #209094 Java

📋 copy color: '#209094'

red 32 ◦ green 144 ◦ blue 148

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

Shades of Java #209094

Tints of Java #209094

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.44%

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

R = 9.88%
G = 44.44%
B = 45.68%

CMYK

 C value IS 0.78

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#209094 (or 0x209094) is known color: Java. HEX triplet: 20, 90 and 94. RGB value is (32,144,148). Sum of RGB (Red+Green+Blue) = 32+144+148=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #209094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209094 is #DF6F6B. Grayscale: #6E6E6E. Windows color (decimal): -14643052 or 9736224. OLE color: 9736224.

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

Color convert

RGB 32 144 148 -
CMYK 0.78 0.03 0 0.42
HSL 182.07º 0.64% 0.35% -
HSV(B) 182.07º 0.78% 0.58% -
XYZ 15.91 22.39 31.5 -
YUV 110.97 148.89 71.67 -
System Red Green Blue C M Y K H S L
Decimal 32 144 148 0.78 0.03 0 0.42 182.07 0.64 0.35
Hex 20 90 94 4E 3 0 2A B6 40 23
Octal 40 220 224 116 3 0 52 266 100 43
Binary 100000 10010000 10010100 1001110 11 0 101010 10110110 1000000 100011

Color Harmonies of #209094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209094

Black with #209094

Text Example


Text Example

White with #209094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209094; }

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

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

background-color css

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

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

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

border-color css

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

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

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