Html Css Color HEX #219085 Java

📋 copy color: '#219085'

red 33 ◦ green 144 ◦ blue 133

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

Shades of Java #219085

Tints of Java #219085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.9%

R = 10.65%
G = 46.45%
B = 42.9%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#219085 (or 0x219085) is known color: Java. HEX triplet: 21, 90 and 85. RGB value is (33,144,133). Sum of RGB (Red+Green+Blue) = 33+144+133=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #219085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219085 is #DE6F7A. Grayscale: #6D6D6D. Windows color (decimal): -14577531 or 8753185. OLE color: 8753185.

HSL color Cylindrical-coordinate representation of color #219085: hue angle of 174.05º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219085 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 144 133 -
CMYK 0.77 0 0.08 0.44
HSL 174.05º 0.63% 0.35% -
HSV(B) 174.05º 0.77% 0.56% -
XYZ 14.83 21.96 25.65 -
YUV 109.56 141.23 73.39 -
System Red Green Blue C M Y K H S L
Decimal 33 144 133 0.77 0 0.08 0.44 174.05 0.63 0.35
Hex 21 90 85 4D 0 8 2C AE 3F 23
Octal 41 220 205 115 0 10 54 256 77 43
Binary 100001 10010000 10000101 1001101 0 1000 101100 10101110 111111 100011

Color Harmonies of #219085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219085

Black with #219085

Text Example


Text Example

White with #219085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219085; }

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

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

background-color css

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

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

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

border-color css

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

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

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