#00218F

Color #00218F Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #00218F

Tints of Smalt #00218F

Color information

#00218F (or 0x00218F) is unknown color: approx Smalt. HEX triplet: 00, 21 and 8F. RGB value is (0,33,143). Sum of RGB (Red+Green+Blue) = 0+33+143=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 143 (56.25% from 255 or 81.25% from 176); Max value from RGB is 143 - color contains mainly: blue. Hex color #00218F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00218F is #FFDE70. Grayscale: #232323. Windows color (decimal): -16768625 or 9380096. OLE color: 9380096.

HSL color Cylindrical-coordinate representation of color #00218F: hue angle of 226.15º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00218F is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB033143-
CMYK10.7700.44
HSL226.15º100%28.04%-
HSV(B)226.15º100%56.08%-
XYZ5.53.0726.29-
YUV35.67188.57102.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 33 (13.28% from 255) = 18.75%
BLUE value IS 143 (56.25% from 255) = 81.25%
R=0%
G=18.75%
B=81.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal03314310.7700.44226.1510028.04
Hex0218F644D02Ce2641c
Octal04121714411505434214434
Binary01000011000111111001001001101010110011100010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00218F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00218F; }

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

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

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

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

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

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

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

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