#023089

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

Shades of Smalt #023089

Tints of Smalt #023089

Color information

#023089 (or 0x023089) is unknown color: approx Smalt. HEX triplet: 02, 30 and 89. RGB value is (2,48,137). Sum of RGB (Red+Green+Blue) = 2+48+137=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 137 (53.91% from 255 or 73.26% from 187); Max value from RGB is 137 - color contains mainly: blue. Hex color #023089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023089 is #FDCF76. Grayscale: #2B2B2B. Windows color (decimal): -16633719 or 8990722. OLE color: 8990722.

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

Color convert

RGB248137-
CMYK0.990.6500.46
HSL219.56º97.12%27.25%-
HSV(B)219.56º98.54%53.73%-
XYZ5.63.9324.13-
YUV44.39180.2697.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.07%
GREEN value IS 48 (19.14% from 255) = 25.67%
BLUE value IS 137 (53.91% from 255) = 73.26%
R=1.07%
G=25.67%
B=73.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2481370.990.6500.46219.5697.1227.25
Hex23089634102Edc611b
Octal26021114310105633414133
Binary101100001000100111000111000001010111011011100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023089; }

 p { color: rgb(2,48,137); }

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

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

 a { background-color: rgb(2,48,137); }

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

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

 span { border-color: rgb(2,48,137); }

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