Html Css Color HEX #219F94 Java

📋 copy color: '#219F94'

red 33 ◦ green 159 ◦ blue 148

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

Shades of Java #219F94

Tints of Java #219F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.53%

R = 9.71%
G = 46.76%
B = 43.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#219F94 (or 0x219F94) is known color: Java. HEX triplet: 21, 9F and 94. RGB value is (33,159,148). Sum of RGB (Red+Green+Blue) = 33+159+148=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 159 - color contains mainly: green. Hex color #219F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219F94 is #DE606B. Grayscale: #777777. Windows color (decimal): -14573676 or 9740065. OLE color: 9740065.

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

Color convert

RGB 33 159 148 -
CMYK 0.79 0 0.07 0.38
HSL 174.76º 0.66% 0.38% -
HSV(B) 174.76º 0.79% 0.62% -
XYZ 18.37 27.26 32.31 -
YUV 120.07 143.76 65.89 -
System Red Green Blue C M Y K H S L
Decimal 33 159 148 0.79 0 0.07 0.38 174.76 0.66 0.38
Hex 21 9F 94 4F 0 7 26 AF 42 26
Octal 41 237 224 117 0 7 46 257 102 46
Binary 100001 10011111 10010100 1001111 0 111 100110 10101111 1000010 100110

Color Harmonies of #219F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219F94

Black with #219F94

Text Example


Text Example

White with #219F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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