Html Css Color HEX #219598 Java

📋 copy color: '#219598'

red 33 ◦ green 149 ◦ blue 152

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

Shades of Java #219598

Tints of Java #219598

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.61%

 BLUE value IS 152 (59.77% from 255) = 45.51%

R = 9.88%
G = 44.61%
B = 45.51%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#219598 (or 0x219598) is known color: Java. HEX triplet: 21, 95 and 98. RGB value is (33,149,152). Sum of RGB (Red+Green+Blue) = 33+149+152=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #219598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219598 is #DE6A67. Grayscale: #727272. Windows color (decimal): -14576232 or 9999649. OLE color: 9999649.

HSL color Cylindrical-coordinate representation of color #219598: hue angle of 181.51º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219598 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 149 152 -
CMYK 0.78 0.02 0 0.40
HSL 181.51º 0.64% 0.36% -
HSV(B) 181.51º 0.78% 0.6% -
XYZ 17.04 24.09 33.46 -
YUV 114.66 149.07 69.76 -
System Red Green Blue C M Y K H S L
Decimal 33 149 152 0.78 0.02 0 0.40 181.51 0.64 0.36
Hex 21 95 98 4E 2 0 28 B6 40 24
Octal 41 225 230 116 2 0 50 266 100 44
Binary 100001 10010101 10011000 1001110 10 0 101000 10110110 1000000 100100

Color Harmonies of #219598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219598

Black with #219598

Text Example


Text Example

White with #219598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219598; }

 p { color: rgb(33,149,152); }

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

background-color css

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

 a { background-color: rgb(33,149,152); }

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

border-color css

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

 span { border-color: rgb(33,149,152); }

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