Html Css Color HEX #219497 Java

📋 copy color: '#219497'

red 33 ◦ green 148 ◦ blue 151

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

Shades of Java #219497

Tints of Java #219497

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.58%

 BLUE value IS 151 (59.38% from 255) = 45.48%

R = 9.94%
G = 44.58%
B = 45.48%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#219497 (or 0x219497) is known color: Java. HEX triplet: 21, 94 and 97. RGB value is (33,148,151). Sum of RGB (Red+Green+Blue) = 33+148+151=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 151 - color contains mainly: blue. Hex color #219497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219497 is #DE6B68. Grayscale: #717171. Windows color (decimal): -14576489 or 9933857. OLE color: 9933857.

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

Color convert

RGB 33 148 151 -
CMYK 0.78 0.02 0 0.41
HSL 181.53º 0.64% 0.36% -
HSV(B) 181.53º 0.78% 0.59% -
XYZ 16.8 23.74 32.97 -
YUV 113.96 148.9 70.26 -
System Red Green Blue C M Y K H S L
Decimal 33 148 151 0.78 0.02 0 0.41 181.53 0.64 0.36
Hex 21 94 97 4E 2 0 29 B6 40 24
Octal 41 224 227 116 2 0 51 266 100 44
Binary 100001 10010100 10010111 1001110 10 0 101001 10110110 1000000 100100

Color Harmonies of #219497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219497

Black with #219497

Text Example


Text Example

White with #219497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219497; }

 p { color: rgb(33,148,151); }

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

background-color css

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

 a { background-color: rgb(33,148,151); }

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

border-color css

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

 span { border-color: rgb(33,148,151); }

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