#08299A

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

Shades of Smalt #08299A

Tints of Smalt #08299A

Color information

#08299A (or 0x08299A) is unknown color: approx Smalt. HEX triplet: 08, 29 and 9A. RGB value is (8,41,154). Sum of RGB (Red+Green+Blue) = 8+41+154=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 154 (60.55% from 255 or 75.86% from 203); Max value from RGB is 154 - color contains mainly: blue. Hex color #08299A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08299A is #F7D665. Grayscale: #2B2B2B. Windows color (decimal): -16242278 or 10103048. OLE color: 10103048.

HSL color Cylindrical-coordinate representation of color #08299A: hue angle of 226.44º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08299A is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB841154-
CMYK0.950.7300.40
HSL226.44º90.12%31.76%-
HSV(B)226.44º94.81%60.39%-
XYZ6.733.9730.98-
YUV44.02190.07102.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.94%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 154 (60.55% from 255) = 75.86%
R=3.94%
G=20.20%
B=75.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8411540.950.7300.40226.4490.1231.76
Hex8299A5F49028e25a20
Octal105123213711105034213240
Binary100010100110011010101111110010010101000111000101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08299A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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