#02308C

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

Shades of Smalt #02308C

Tints of Smalt #02308C

Color information

#02308C (or 0x02308C) is unknown color: approx Smalt. HEX triplet: 02, 30 and 8C. RGB value is (2,48,140). Sum of RGB (Red+Green+Blue) = 2+48+140=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 140 (55.08% from 255 or 73.68% from 190); Max value from RGB is 140 - color contains mainly: blue. Hex color #02308C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02308C is #FDCF73. Grayscale: #2C2C2C. Windows color (decimal): -16633716 or 9187330. OLE color: 9187330.

HSL color Cylindrical-coordinate representation of color #02308C: hue angle of 220º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02308C is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB248140-
CMYK0.990.6600.45
HSL220º97.18%27.84%-
HSV(B)220º98.57%54.9%-
XYZ5.824.0225.28-
YUV44.73181.7697.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 48 (19.14% from 255) = 25.26%
BLUE value IS 140 (55.08% from 255) = 73.68%
R=1.05%
G=25.26%
B=73.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2481400.990.6600.4522097.1827.84
Hex2308C634202Ddc611c
Octal26021414310205533414134
Binary101100001000110011000111000010010110111011100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02308C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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