Html Css Color HEX #218491 Java

📋 copy color: '#218491'

red 33 ◦ green 132 ◦ blue 145

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

Shades of Java #218491

Tints of Java #218491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.58%

 BLUE value IS 145 (57.03% from 255) = 46.77%

R = 10.65%
G = 42.58%
B = 46.77%

CMYK

 C value IS 0.77

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#218491 (or 0x218491) is known color: Java. HEX triplet: 21, 84 and 91. RGB value is (33,132,145). Sum of RGB (Red+Green+Blue) = 33+132+145=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #218491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218491 is #DE7B6E. Grayscale: #676767. Windows color (decimal): -14580591 or 9536545. OLE color: 9536545.

HSL color Cylindrical-coordinate representation of color #218491: hue angle of 186.96º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218491 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 132 145 -
CMYK 0.77 0.09 0 0.43
HSL 186.96º 0.63% 0.35% -
HSV(B) 186.96º 0.77% 0.57% -
XYZ 13.99 18.87 29.69 -
YUV 103.88 151.2 77.44 -
System Red Green Blue C M Y K H S L
Decimal 33 132 145 0.77 0.09 0 0.43 186.96 0.63 0.35
Hex 21 84 91 4D 9 0 2B BB 3F 23
Octal 41 204 221 115 11 0 53 273 77 43
Binary 100001 10000100 10010001 1001101 1001 0 101011 10111011 111111 100011

Color Harmonies of #218491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218491

Black with #218491

Text Example


Text Example

White with #218491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218491; }

 p { color: rgb(33,132,145); }

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

background-color css

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

 a { background-color: rgb(33,132,145); }

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

border-color css

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

 span { border-color: rgb(33,132,145); }

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