#08268C

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

Shades of Smalt #08268C

Tints of Smalt #08268C

Color information

#08268C (or 0x08268C) is unknown color: approx Smalt. HEX triplet: 08, 26 and 8C. RGB value is (8,38,140). Sum of RGB (Red+Green+Blue) = 8+38+140=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 140 (55.08% from 255 or 75.27% from 186); Max value from RGB is 140 - color contains mainly: blue. Hex color #08268C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08268C is #F7D973. Grayscale: #282828. Windows color (decimal): -16243060 or 9184776. OLE color: 9184776.

HSL color Cylindrical-coordinate representation of color #08268C: hue angle of 226.36º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08268C is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB838140-
CMYK0.940.7300.45
HSL226.36º89.19%29.02%-
HSV(B)226.36º94.29%54.9%-
XYZ5.533.3325.16-
YUV40.66184.06104.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.30%
GREEN value IS 38 (15.23% from 255) = 20.43%
BLUE value IS 140 (55.08% from 255) = 75.27%
R=4.30%
G=20.43%
B=75.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8381400.940.7300.45226.3689.1929.02
Hex8268C5E4902De2591d
Octal104621413611105534213135
Binary10001001101000110010111101001001010110111100010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08268C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,38,140); }

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

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

 a { background-color: rgb(8,38,140); }

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

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

 span { border-color: rgb(8,38,140); }

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