#00218A

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

Shades of Smalt #00218A

Tints of Smalt #00218A

Color information

#00218A (or 0x00218A) is unknown color: approx Smalt. HEX triplet: 00, 21 and 8A. RGB value is (0,33,138). Sum of RGB (Red+Green+Blue) = 0+33+138=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 138 (54.30% from 255 or 80.70% from 171); Max value from RGB is 138 - color contains mainly: blue. Hex color #00218A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00218A is #FFDE75. Grayscale: #222222. Windows color (decimal): -16768630 or 9052416. OLE color: 9052416.

HSL color Cylindrical-coordinate representation of color #00218A: hue angle of 225.65º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00218A is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB033138-
CMYK10.7600.46
HSL225.65º100%27.06%-
HSV(B)225.65º100%54.12%-
XYZ5.132.9224.34-
YUV35.1186.07102.96-

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) = 19.30%
BLUE value IS 138 (54.30% from 255) = 80.70%
R=0%
G=19.30%
B=80.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal03313810.7600.46225.6510027.06
Hex0218A644C02Ee2641b
Octal04121214411405634214433
Binary01000011000101011001001001100010111011100010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00218A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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