Html Css Color HEX #219CA5 Java

📋 copy color: '#219CA5'

red 33 ◦ green 156 ◦ blue 165

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

Shades of Java #219CA5

Tints of Java #219CA5

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 value IS 0.8

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#219CA5 (or 0x219CA5) is known color: 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

RGB 33 156 165 -
CMYK 0.8 0.05 0 0.35
HSL 184.09º 0.67% 0.39% -
HSV(B) 184.09º 0.8% 0.65% -
XYZ 19.31 26.82 39.76 -
YUV 120.25 153.25 65.77 -
System Red Green Blue C M Y K H S L
Decimal 33 156 165 0.8 0.05 0 0.35 184.09 0.67 0.39
Hex 21 9C A5 50 5 0 23 B8 43 27
Octal 41 234 245 120 5 0 43 270 103 47
Binary 100001 10011100 10100101 1010000 101 0 100011 10111000 1000011 100111

Color Harmonies of #219CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219CA5

Black with #219CA5

Text Example


Text Example

White with #219CA5

Text Example


Text Example

HTML Codes & Css Web 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>