#08298A

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

Shades of Smalt #08298A

Tints of Smalt #08298A

Color information

#08298A (or 0x08298A) is unknown color: approx Smalt. HEX triplet: 08, 29 and 8A. RGB value is (8,41,138). Sum of RGB (Red+Green+Blue) = 8+41+138=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 138 (54.30% from 255 or 73.80% from 187); Max value from RGB is 138 - color contains mainly: blue. Hex color #08298A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08298A is #F7D675. Grayscale: #292929. Windows color (decimal): -16242294 or 9054472. OLE color: 9054472.

HSL color Cylindrical-coordinate representation of color #08298A: hue angle of 224.77º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08298A is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB841138-
CMYK0.940.7000.46
HSL224.77º89.04%28.63%-
HSV(B)224.77º94.2%54.12%-
XYZ5.483.4724.43-
YUV42.19182.07103.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.28%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 138 (54.30% from 255) = 73.80%
R=4.28%
G=21.93%
B=73.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8411380.940.7000.46224.7789.0428.63
Hex8298A5E4602Ee1591d
Octal105121213610605634113135
Binary10001010011000101010111101000110010111011100001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08298A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,41,138); }

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

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

 a { background-color: rgb(8,41,138); }

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

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

 span { border-color: rgb(8,41,138); }

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