Html Css Color HEX #219099 Java

📋 copy color: '#219099'

red 33 ◦ green 144 ◦ blue 153

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

Shades of Java #219099

Tints of Java #219099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.64%

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

R = 10%
G = 43.64%
B = 46.36%

CMYK

 C value IS 0.78

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#219099 (or 0x219099) is known color: Java. HEX triplet: 21, 90 and 99. RGB value is (33,144,153). Sum of RGB (Red+Green+Blue) = 33+144+153=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #219099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219099 is #DE6F66. Grayscale: #6F6F6F. Windows color (decimal): -14577511 or 10063905. OLE color: 10063905.

HSL color Cylindrical-coordinate representation of color #219099: hue angle of 184.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219099 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 144 153 -
CMYK 0.78 0.06 0 0.4
HSL 184.5º 0.65% 0.36% -
HSV(B) 184.5º 0.78% 0.6% -
XYZ 16.35 22.57 33.63 -
YUV 111.84 151.23 71.77 -
System Red Green Blue C M Y K H S L
Decimal 33 144 153 0.78 0.06 0 0.4 184.5 0.65 0.36
Hex 21 90 99 4E 6 0 28 B8 41 24
Octal 41 220 231 116 6 0 50 270 101 44
Binary 100001 10010000 10011001 1001110 110 0 101000 10111000 1000001 100100

Color Harmonies of #219099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219099

Black with #219099

Text Example


Text Example

White with #219099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219099; }

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

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

background-color css

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

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

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

border-color css

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

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

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