Html Css Color HEX #218593 Java

📋 copy color: '#218593'

red 33 ◦ green 133 ◦ blue 147

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

Shades of Java #218593

Tints of Java #218593

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.49%

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

R = 10.54%
G = 42.49%
B = 46.96%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#218593 (or 0x218593) is known color: Java. HEX triplet: 21, 85 and 93. RGB value is (33,133,147). Sum of RGB (Red+Green+Blue) = 33+133+147=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #218593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218593 is #DE7A6C. Grayscale: #686868. Windows color (decimal): -14580333 or 9667873. OLE color: 9667873.

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

Color convert

RGB 33 133 147 -
CMYK 0.78 0.10 0 0.42
HSL 187.37º 0.63% 0.35% -
HSV(B) 187.37º 0.78% 0.58% -
XYZ 14.28 19.2 30.56 -
YUV 104.7 151.87 76.86 -
System Red Green Blue C M Y K H S L
Decimal 33 133 147 0.78 0.10 0 0.42 187.37 0.63 0.35
Hex 21 85 93 4E A 0 2A BB 3F 23
Octal 41 205 223 116 12 0 52 273 77 43
Binary 100001 10000101 10010011 1001110 1010 0 101010 10111011 111111 100011

Color Harmonies of #218593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218593

Black with #218593

Text Example


Text Example

White with #218593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218593; }

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

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

background-color css

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

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

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

border-color css

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

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

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