Html Css Color HEX #218591 Java

📋 copy color: '#218591'

red 33 ◦ green 133 ◦ blue 145

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

Shades of Java #218591

Tints of Java #218591

RGB

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

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

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

R = 10.61%
G = 42.77%
B = 46.62%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#218591 (or 0x218591) is known color: Java. HEX triplet: 21, 85 and 91. RGB value is (33,133,145). Sum of RGB (Red+Green+Blue) = 33+133+145=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #218591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218591 is #DE7A6E. Grayscale: #686868. Windows color (decimal): -14580335 or 9536801. OLE color: 9536801.

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

Color convert

RGB 33 133 145 -
CMYK 0.77 0.08 0 0.43
HSL 186.43º 0.63% 0.35% -
HSV(B) 186.43º 0.77% 0.57% -
XYZ 14.13 19.14 29.74 -
YUV 104.47 150.87 77.02 -
System Red Green Blue C M Y K H S L
Decimal 33 133 145 0.77 0.08 0 0.43 186.43 0.63 0.35
Hex 21 85 91 4D 8 0 2B BA 3F 23
Octal 41 205 221 115 10 0 53 272 77 43
Binary 100001 10000101 10010001 1001101 1000 0 101011 10111010 111111 100011

Color Harmonies of #218591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218591

Black with #218591

Text Example


Text Example

White with #218591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218591; }

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

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

background-color css

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

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

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

border-color css

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

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

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