Html Css Color HEX #219F98 Java

📋 copy color: '#219F98'

red 33 ◦ green 159 ◦ blue 152

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

Shades of Java #219F98

Tints of Java #219F98

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.22%

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

R = 9.59%
G = 46.22%
B = 44.19%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#219F98 (or 0x219F98) is known color: Java. HEX triplet: 21, 9F and 98. RGB value is (33,159,152). Sum of RGB (Red+Green+Blue) = 33+159+152=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 159 - color contains mainly: green. Hex color #219F98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219F98 is #DE6067. Grayscale: #787878. Windows color (decimal): -14573672 or 10002209. OLE color: 10002209.

HSL color Cylindrical-coordinate representation of color #219F98: hue angle of 176.67º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219F98 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 159 152 -
CMYK 0.79 0 0.04 0.38
HSL 176.67º 0.66% 0.38% -
HSV(B) 176.67º 0.79% 0.62% -
XYZ 18.69 27.39 34.01 -
YUV 120.53 145.76 65.57 -
System Red Green Blue C M Y K H S L
Decimal 33 159 152 0.79 0 0.04 0.38 176.67 0.66 0.38
Hex 21 9F 98 4F 0 4 26 B1 42 26
Octal 41 237 230 117 0 4 46 261 102 46
Binary 100001 10011111 10011000 1001111 0 100 100110 10110001 1000010 100110

Color Harmonies of #219F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219F98

Black with #219F98

Text Example


Text Example

White with #219F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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