#02308A

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

Shades of Smalt #02308A

Tints of Smalt #02308A

Color information

#02308A (or 0x02308A) is unknown color: approx Smalt. HEX triplet: 02, 30 and 8A. RGB value is (2,48,138). Sum of RGB (Red+Green+Blue) = 2+48+138=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 138 (54.30% from 255 or 73.40% from 188); Max value from RGB is 138 - color contains mainly: blue. Hex color #02308A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02308A is #FDCF75. Grayscale: #2C2C2C. Windows color (decimal): -16633718 or 9056258. OLE color: 9056258.

HSL color Cylindrical-coordinate representation of color #02308A: hue angle of 219.71º 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 #02308A is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB248138-
CMYK0.990.6500.46
HSL219.71º97.14%27.45%-
HSV(B)219.71º98.55%54.12%-
XYZ5.673.9624.51-
YUV44.51180.7697.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 48 (19.14% from 255) = 25.53%
BLUE value IS 138 (54.30% from 255) = 73.40%
R=1.06%
G=25.53%
B=73.40%

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
Decimal2481380.990.6500.46219.7197.1427.45
Hex2308A634102Edc611b
Octal26021214310105633414133
Binary101100001000101011000111000001010111011011100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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