Html Css Color HEX #219093 Java

📋 copy color: '#219093'

red 33 ◦ green 144 ◦ blue 147

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

Shades of Java #219093

Tints of Java #219093

RGB

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

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

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

R = 10.19%
G = 44.44%
B = 45.37%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#219093 (or 0x219093) is known color: Java. HEX triplet: 21, 90 and 93. RGB value is (33,144,147). Sum of RGB (Red+Green+Blue) = 33+144+147=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #219093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219093 is #DE6F6C. Grayscale: #6F6F6F. Windows color (decimal): -14577517 or 9670689. OLE color: 9670689.

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

Color convert

RGB 33 144 147 -
CMYK 0.78 0.02 0 0.42
HSL 181.58º 0.63% 0.35% -
HSV(B) 181.58º 0.78% 0.58% -
XYZ 15.87 22.38 31.09 -
YUV 111.15 148.23 72.26 -
System Red Green Blue C M Y K H S L
Decimal 33 144 147 0.78 0.02 0 0.42 181.58 0.63 0.35
Hex 21 90 93 4E 2 0 2A B6 3F 23
Octal 41 220 223 116 2 0 52 266 77 43
Binary 100001 10010000 10010011 1001110 10 0 101010 10110110 111111 100011

Color Harmonies of #219093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219093

Black with #219093

Text Example


Text Example

White with #219093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219093; }

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

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

background-color css

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

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

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

border-color css

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

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

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