Html Css Color HEX #218895 Java

📋 copy color: '#218895'

red 33 ◦ green 136 ◦ blue 149

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

Shades of Java #218895

Tints of Java #218895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.77%

 BLUE value IS 149 (58.59% from 255) = 46.86%

R = 10.38%
G = 42.77%
B = 46.86%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#218895 (or 0x218895) is known color: Java. HEX triplet: 21, 88 and 95. RGB value is (33,136,149). Sum of RGB (Red+Green+Blue) = 33+136+149=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #218895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218895 is #DE776A. Grayscale: #6A6A6A. Windows color (decimal): -14579563 or 9799713. OLE color: 9799713.

HSL color Cylindrical-coordinate representation of color #218895: hue angle of 186.72º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #218895 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 136 149 -
CMYK 0.78 0.09 0 0.42
HSL 186.72º 0.64% 0.36% -
HSV(B) 186.72º 0.78% 0.58% -
XYZ 14.86 20.1 31.53 -
YUV 106.69 151.88 75.44 -
System Red Green Blue C M Y K H S L
Decimal 33 136 149 0.78 0.09 0 0.42 186.72 0.64 0.36
Hex 21 88 95 4E 9 0 2A BB 40 24
Octal 41 210 225 116 11 0 52 273 100 44
Binary 100001 10001000 10010101 1001110 1001 0 101010 10111011 1000000 100100

Color Harmonies of #218895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218895

Black with #218895

Text Example


Text Example

White with #218895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218895; }

 p { color: rgb(33,136,149); }

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

background-color css

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

 a { background-color: rgb(33,136,149); }

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

border-color css

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

 span { border-color: rgb(33,136,149); }

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