#218F98

Color #218F98 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #218F98

Tints of Java #218F98

Color information

#218F98 (or 0x218F98) is unknown color: approx Java. HEX triplet: 21, 8F and 98. RGB value is (33,143,152). Sum of RGB (Red+Green+Blue) = 33+143+152=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #218F98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218F98 is #DE7067. Grayscale: #6E6E6E. Windows color (decimal): -14577768 or 9998113. OLE color: 9998113.

HSL color Cylindrical-coordinate representation of color #218F98: hue angle of 184.54º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #218F98 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB33143152-
CMYK0.780.0600.40
HSL184.54º64.32%36.27%-
HSV(B)184.54º78.29%59.61%-
XYZ16.1222.2433.15-
YUV111.14151.0672.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.06%
GREEN value IS 143 (56.25% from 255) = 43.60%
BLUE value IS 152 (59.77% from 255) = 46.34%
R=10.06%
G=43.60%
B=46.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal331431520.780.0600.40184.5464.3236.27
Hex218F984E6028b94024
Octal41217230116605027110044
Binary100001100011111001100010011101100101000101110011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218F98; }

 p { color: rgb(33,143,152); }

 H1.HeaderClassName
 {
   color: #218F98;
 }
 .AnyTagClassName
 {
   color: #218F98;
 }
</style>
background-color css

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

 a { background-color: rgb(33,143,152); }

 div.DivClassName
 {
   background-color: #218F98;
 }
 .BgClassName
 {
   background-color: #218F98;
 }
</style>
border-color css

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

 span { border-color: rgb(33,143,152); }

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