Html Css Color HEX #218590 Java

📋 copy color: '#218590'

red 33 ◦ green 133 ◦ blue 144

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

Shades of Java #218590

Tints of Java #218590

RGB

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

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

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

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

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #218590: hue angle of 185.95º 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 #218590 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 133 144 -
CMYK 0.77 0.08 0 0.44
HSL 185.95º 0.63% 0.35% -
HSV(B) 185.95º 0.77% 0.56% -
XYZ 14.05 19.11 29.33 -
YUV 104.35 150.37 77.11 -
System Red Green Blue C M Y K H S L
Decimal 33 133 144 0.77 0.08 0 0.44 185.95 0.63 0.35
Hex 21 85 90 4D 8 0 2C BA 3F 23
Octal 41 205 220 115 10 0 54 272 77 43
Binary 100001 10000101 10010000 1001101 1000 0 101100 10111010 111111 100011

Color Harmonies of #218590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218590

Black with #218590

Text Example


Text Example

White with #218590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218590; }

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

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

background-color css

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

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

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

border-color css

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

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

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