Html Css Color HEX #219B90 Java

📋 copy color: '#219B90'

red 33 ◦ green 155 ◦ blue 144

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

Shades of Java #219B90

Tints of Java #219B90

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.69%

 BLUE value IS 144 (56.64% from 255) = 43.37%

R = 9.94%
G = 46.69%
B = 43.37%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#219B90 (or 0x219B90) is known color: Java. HEX triplet: 21, 9B and 90. RGB value is (33,155,144). Sum of RGB (Red+Green+Blue) = 33+155+144=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #219B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219B90 is #DE646F. Grayscale: #757575. Windows color (decimal): -14574704 or 9476897. OLE color: 9476897.

HSL color Cylindrical-coordinate representation of color #219B90: hue angle of 174.59º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219B90 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 155 144 -
CMYK 0.79 0 0.07 0.39
HSL 174.59º 0.65% 0.37% -
HSV(B) 174.59º 0.79% 0.61% -
XYZ 17.38 25.78 30.45 -
YUV 117.27 143.08 67.89 -
System Red Green Blue C M Y K H S L
Decimal 33 155 144 0.79 0 0.07 0.39 174.59 0.65 0.37
Hex 21 9B 90 4F 0 7 27 AF 41 25
Octal 41 233 220 117 0 7 47 257 101 45
Binary 100001 10011011 10010000 1001111 0 111 100111 10101111 1000001 100101

Color Harmonies of #219B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219B90

Black with #219B90

Text Example


Text Example

White with #219B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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