Html Css Color HEX #219F99 Java

📋 copy color: '#219F99'

red 33 ◦ green 159 ◦ blue 153

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

Shades of Java #219F99

Tints of Java #219F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.35%

R = 9.57%
G = 46.09%
B = 44.35%

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

#219F99 (or 0x219F99) is known color: Java. HEX triplet: 21, 9F and 99. RGB value is (33,159,153). Sum of RGB (Red+Green+Blue) = 33+159+153=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #219F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219F99 is #DE6066. Grayscale: #787878. Windows color (decimal): -14573671 or 10067745. OLE color: 10067745.

HSL color Cylindrical-coordinate representation of color #219F99: hue angle of 177.14º 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 #219F99 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 159 153 -
CMYK 0.79 0 0.04 0.38
HSL 177.14º 0.66% 0.38% -
HSV(B) 177.14º 0.79% 0.62% -
XYZ 18.78 27.42 34.44 -
YUV 120.64 146.26 65.49 -
System Red Green Blue C M Y K H S L
Decimal 33 159 153 0.79 0 0.04 0.38 177.14 0.66 0.38
Hex 21 9F 99 4F 0 4 26 B1 42 26
Octal 41 237 231 117 0 4 46 261 102 46
Binary 100001 10011111 10011001 1001111 0 100 100110 10110001 1000010 100110

Color Harmonies of #219F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219F99

Black with #219F99

Text Example


Text Example

White with #219F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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