Html Css Color HEX #209092 Java

📋 copy color: '#209092'

red 32 ◦ green 144 ◦ blue 146

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

Shades of Java #209092

Tints of Java #209092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.34%

R = 9.94%
G = 44.72%
B = 45.34%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#209092 (or 0x209092) is known color: Java. HEX triplet: 20, 90 and 92. RGB value is (32,144,146). Sum of RGB (Red+Green+Blue) = 32+144+146=322 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.94% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #209092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209092 is #DF6F6D. Grayscale: #6E6E6E. Windows color (decimal): -14643054 or 9605152. OLE color: 9605152.

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

Color convert

RGB 32 144 146 -
CMYK 0.78 0.01 0 0.43
HSL 181.05º 0.64% 0.35% -
HSV(B) 181.05º 0.78% 0.57% -
XYZ 15.76 22.33 30.67 -
YUV 110.74 147.89 71.84 -
System Red Green Blue C M Y K H S L
Decimal 32 144 146 0.78 0.01 0 0.43 181.05 0.64 0.35
Hex 20 90 92 4E 1 0 2B B5 40 23
Octal 40 220 222 116 1 0 53 265 100 43
Binary 100000 10010000 10010010 1001110 1 0 101011 10110101 1000000 100011

Color Harmonies of #209092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209092

Black with #209092

Text Example


Text Example

White with #209092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209092; }

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

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

background-color css

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

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

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

border-color css

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

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

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