Html Css Color HEX #219189 Java

📋 copy color: '#219189'

red 33 ◦ green 145 ◦ blue 137

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

Shades of Java #219189

Tints of Java #219189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 43.49%

R = 10.48%
G = 46.03%
B = 43.49%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#219189 (or 0x219189) is known color: Java. HEX triplet: 21, 91 and 89. RGB value is (33,145,137). Sum of RGB (Red+Green+Blue) = 33+145+137=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #219189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219189 is #DE6E76. Grayscale: #6E6E6E. Windows color (decimal): -14577271 or 9015585. OLE color: 9015585.

HSL color Cylindrical-coordinate representation of color #219189: hue angle of 175.71º 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 #219189 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 145 137 -
CMYK 0.77 0 0.06 0.43
HSL 175.71º 0.63% 0.35% -
HSV(B) 175.71º 0.77% 0.57% -
XYZ 15.27 22.38 27.18 -
YUV 110.6 142.89 72.65 -
System Red Green Blue C M Y K H S L
Decimal 33 145 137 0.77 0 0.06 0.43 175.71 0.63 0.35
Hex 21 91 89 4D 0 6 2B B0 3F 23
Octal 41 221 211 115 0 6 53 260 77 43
Binary 100001 10010001 10001001 1001101 0 110 101011 10110000 111111 100011

Color Harmonies of #219189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219189

Black with #219189

Text Example


Text Example

White with #219189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219189; }

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

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

background-color css

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

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

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

border-color css

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

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

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