Html Css Color HEX #219491 Java

📋 copy color: '#219491'

red 33 ◦ green 148 ◦ blue 145

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

Shades of Java #219491

Tints of Java #219491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.48%

R = 10.12%
G = 45.4%
B = 44.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#219491 (or 0x219491) is known color: Java. HEX triplet: 21, 94 and 91. RGB value is (33,148,145). Sum of RGB (Red+Green+Blue) = 33+148+145=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #219491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219491 is #DE6B6E. Grayscale: #717171. Windows color (decimal): -14576495 or 9540641. OLE color: 9540641.

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

Color convert

RGB 33 148 145 -
CMYK 0.78 0 0.02 0.42
HSL 178.43º 0.64% 0.35% -
HSV(B) 178.43º 0.78% 0.58% -
XYZ 16.33 23.55 30.47 -
YUV 113.27 145.9 70.74 -
System Red Green Blue C M Y K H S L
Decimal 33 148 145 0.78 0 0.02 0.42 178.43 0.64 0.35
Hex 21 94 91 4E 0 2 2A B2 40 23
Octal 41 224 221 116 0 2 52 262 100 43
Binary 100001 10010100 10010001 1001110 0 10 101010 10110010 1000000 100011

Color Harmonies of #219491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219491

Black with #219491

Text Example


Text Example

White with #219491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219491; }

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

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

background-color css

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

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

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

border-color css

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

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

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