Html Css Color HEX #219EA0 Java

📋 copy color: '#219EA0'

red 33 ◦ green 158 ◦ blue 160

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

Shades of Java #219EA0

Tints of Java #219EA0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.01%

 BLUE value IS 160 (62.89% from 255) = 45.58%

R = 9.4%
G = 45.01%
B = 45.58%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#219EA0 (or 0x219EA0) is known color: Java. HEX triplet: 21, 9E and A0. RGB value is (33,158,160). Sum of RGB (Red+Green+Blue) = 33+158+160=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 160 - color contains mainly: blue. Hex color #219EA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219EA0 is #DE615F. Grayscale: #787878. Windows color (decimal): -14573920 or 10526241. OLE color: 10526241.

HSL color Cylindrical-coordinate representation of color #219EA0: hue angle of 180.94º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219EA0 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 33 158 160 -
CMYK 0.79 0.01 0 0.37
HSL 180.94º 0.66% 0.38% -
HSV(B) 180.94º 0.79% 0.63% -
XYZ 19.2 27.32 37.52 -
YUV 120.85 150.09 65.34 -
System Red Green Blue C M Y K H S L
Decimal 33 158 160 0.79 0.01 0 0.37 180.94 0.66 0.38
Hex 21 9E A0 4F 1 0 25 B5 42 26
Octal 41 236 240 117 1 0 45 265 102 46
Binary 100001 10011110 10100000 1001111 1 0 100101 10110101 1000010 100110

Color Harmonies of #219EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219EA0

Black with #219EA0

Text Example


Text Example

White with #219EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,158,160); }

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

background-color css

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

 a { background-color: rgb(33,158,160); }

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

border-color css

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

 span { border-color: rgb(33,158,160); }

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