Html Css Color HEX #219483 Java

📋 copy color: '#219483'

red 33 ◦ green 148 ◦ blue 131

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

Shades of Java #219483

Tints of Java #219483

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.44%

 BLUE value IS 131 (51.56% from 255) = 41.99%

R = 10.58%
G = 47.44%
B = 41.99%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#219483 (or 0x219483) is known color: Java. HEX triplet: 21, 94 and 83. RGB value is (33,148,131). Sum of RGB (Red+Green+Blue) = 33+148+131=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #219483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219483 is #DE6B7C. Grayscale: #6F6F6F. Windows color (decimal): -14576509 or 8623137. OLE color: 8623137.

HSL color Cylindrical-coordinate representation of color #219483: hue angle of 171.13º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219483 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 148 131 -
CMYK 0.78 0 0.11 0.42
HSL 171.13º 0.64% 0.35% -
HSV(B) 171.13º 0.78% 0.58% -
XYZ 15.31 23.14 25.13 -
YUV 111.68 138.9 71.88 -
System Red Green Blue C M Y K H S L
Decimal 33 148 131 0.78 0 0.11 0.42 171.13 0.64 0.35
Hex 21 94 83 4E 0 B 2A AB 40 23
Octal 41 224 203 116 0 13 52 253 100 43
Binary 100001 10010100 10000011 1001110 0 1011 101010 10101011 1000000 100011

Color Harmonies of #219483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219483

Black with #219483

Text Example


Text Example

White with #219483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219483; }

 p { color: rgb(33,148,131); }

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

background-color css

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

 a { background-color: rgb(33,148,131); }

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

border-color css

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

 span { border-color: rgb(33,148,131); }

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