#02289B

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

Shades of Smalt #02289B

Tints of Smalt #02289B

Color information

#02289B (or 0x02289B) is unknown color: approx Smalt. HEX triplet: 02, 28 and 9B. RGB value is (2,40,155). Sum of RGB (Red+Green+Blue) = 2+40+155=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 155 (60.94% from 255 or 78.68% from 197); Max value from RGB is 155 - color contains mainly: blue. Hex color #02289B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02289B is #FDD764. Grayscale: #292929. Windows color (decimal): -16635749 or 10168322. OLE color: 10168322.

HSL color Cylindrical-coordinate representation of color #02289B: hue angle of 225.1º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02289B is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB240155-
CMYK0.990.7400.39
HSL225.1º97.45%30.78%-
HSV(B)225.1º98.71%60.78%-
XYZ6.73.931.41-
YUV41.75191.9199.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 40 (16.02% from 255) = 20.30%
BLUE value IS 155 (60.94% from 255) = 78.68%
R=1.02%
G=20.30%
B=78.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2401550.990.7400.39225.197.4530.78
Hex2289B634A027e1611f
Octal25023314311204734114137
Binary101010001001101111000111001010010011111100001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02289B; }

 p { color: rgb(2,40,155); }

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

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

 a { background-color: rgb(2,40,155); }

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

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

 span { border-color: rgb(2,40,155); }

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