Html Css Color HEX #219293 Java

📋 copy color: '#219293'

red 33 ◦ green 146 ◦ blue 147

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

Shades of Java #219293

Tints of Java #219293

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.79%

 BLUE value IS 147 (57.81% from 255) = 45.09%

R = 10.12%
G = 44.79%
B = 45.09%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#219293 (or 0x219293) is known color: Java. HEX triplet: 21, 92 and 93. RGB value is (33,146,147). Sum of RGB (Red+Green+Blue) = 33+146+147=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #219293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219293 is #DE6D6C. Grayscale: #707070. Windows color (decimal): -14577005 or 9671201. OLE color: 9671201.

HSL color Cylindrical-coordinate representation of color #219293: hue angle of 180.53º degrees, saturation: 0.63, 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 #219293 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 146 147 -
CMYK 0.78 0.01 0 0.42
HSL 180.53º 0.63% 0.35% -
HSV(B) 180.53º 0.78% 0.58% -
XYZ 16.17 22.99 31.19 -
YUV 112.33 147.56 71.42 -
System Red Green Blue C M Y K H S L
Decimal 33 146 147 0.78 0.01 0 0.42 180.53 0.63 0.35
Hex 21 92 93 4E 1 0 2A B5 3F 23
Octal 41 222 223 116 1 0 52 265 77 43
Binary 100001 10010010 10010011 1001110 1 0 101010 10110101 111111 100011

Color Harmonies of #219293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219293

Black with #219293

Text Example


Text Example

White with #219293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219293; }

 p { color: rgb(33,146,147); }

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

background-color css

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

 a { background-color: rgb(33,146,147); }

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

border-color css

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

 span { border-color: rgb(33,146,147); }

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