#219CA5

Color #219CA5 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #219CA5

Tints of Java #219CA5

Color information

#219CA5 (or 0x219CA5) is unknown color: approx Java. HEX triplet: 21, 9C and A5. RGB value is (33,156,165). Sum of RGB (Red+Green+Blue) = 33+156+165=354 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.32% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 165 - color contains mainly: blue. Hex color #219CA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219CA5 is #DE635A. Grayscale: #787878. Windows color (decimal): -14574427 or 10853409. OLE color: 10853409.

HSL color Cylindrical-coordinate representation of color #219CA5: hue angle of 184.09º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #219CA5 is Cyan = 0.8, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB33156165-
CMYK0.80.0500.35
HSL184.09º66.67%38.82%-
HSV(B)184.09º80%64.71%-
XYZ19.3126.8239.76-
YUV120.25153.2565.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.32%
GREEN value IS 156 (61.33% from 255) = 44.07%
BLUE value IS 165 (64.84% from 255) = 46.61%
R=9.32%
G=44.07%
B=46.61%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal331561650.80.0500.35184.0966.6738.82
Hex219CA5505023b84327
Octal41234245120504327010347
Binary100001100111001010010110100001010100011101110001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,156,165); }

 H1.HeaderClassName
 {
   color: #219CA5;
 }
 .AnyTagClassName
 {
   color: #219CA5;
 }
</style>
background-color css

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

 a { background-color: rgb(33,156,165); }

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

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

 span { border-color: rgb(33,156,165); }

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