#002089

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

Shades of Smalt #002089

Tints of Smalt #002089

Color information

#002089 (or 0x002089) is unknown color: approx Smalt. HEX triplet: 00, 20 and 89. RGB value is (0,32,137). Sum of RGB (Red+Green+Blue) = 0+32+137=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 137 (53.91% from 255 or 81.07% from 169); Max value from RGB is 137 - color contains mainly: blue. Hex color #002089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002089 is #FFDF76. Grayscale: #212121. Windows color (decimal): -16768887 or 8986624. OLE color: 8986624.

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

Color convert

RGB032137-
CMYK10.7700.46
HSL225.99º100%26.86%-
HSV(B)225.99º100%53.73%-
XYZ5.032.8423.95-
YUV34.4185.9103.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 18.93%
BLUE value IS 137 (53.91% from 255) = 81.07%
R=0%
G=18.93%
B=81.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal03213710.7700.46225.9910026.86
Hex02089644D02Ee2641b
Octal04021114411505634214433
Binary01000001000100111001001001101010111011100010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002089; }

 p { color: rgb(0,32,137); }

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

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

 a { background-color: rgb(0,32,137); }

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

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

 span { border-color: rgb(0,32,137); }

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