Html Css Color HEX #219186 Java

📋 copy color: '#219186'

red 33 ◦ green 145 ◦ blue 134

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

Shades of Java #219186

Tints of Java #219186

RGB

 RED value IS 33 (13.28% from 255) = 10.58%

 GREEN value IS 145 (57.03% from 255) = 46.47%

 BLUE value IS 134 (52.73% from 255) = 42.95%

R = 10.58%
G = 46.47%
B = 42.95%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#219186 (or 0x219186) is known color: Java. HEX triplet: 21, 91 and 86. RGB value is (33,145,134). Sum of RGB (Red+Green+Blue) = 33+145+134=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #219186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219186 is #DE6E79. Grayscale: #6E6E6E. Windows color (decimal): -14577274 or 8818977. OLE color: 8818977.

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

Color convert

RGB 33 145 134 -
CMYK 0.77 0 0.08 0.43
HSL 174.11º 0.63% 0.35% -
HSV(B) 174.11º 0.77% 0.57% -
XYZ 15.06 22.3 26.06 -
YUV 110.26 141.39 72.89 -
System Red Green Blue C M Y K H S L
Decimal 33 145 134 0.77 0 0.08 0.43 174.11 0.63 0.35
Hex 21 91 86 4D 0 8 2B AE 3F 23
Octal 41 221 206 115 0 10 53 256 77 43
Binary 100001 10010001 10000110 1001101 0 1000 101011 10101110 111111 100011

Color Harmonies of #219186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219186

Black with #219186

Text Example


Text Example

White with #219186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219186; }

 p { color: rgb(33,145,134); }

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

background-color css

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

 a { background-color: rgb(33,145,134); }

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

border-color css

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

 span { border-color: rgb(33,145,134); }

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