#00299A

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

Shades of Smalt #00299A

Tints of Smalt #00299A

Color information

#00299A (or 0x00299A) is unknown color: approx Smalt. HEX triplet: 00, 29 and 9A. RGB value is (0,41,154). Sum of RGB (Red+Green+Blue) = 0+41+154=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 154 (60.55% from 255 or 78.97% from 195); Max value from RGB is 154 - color contains mainly: blue. Hex color #00299A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00299A is #FFD665. Grayscale: #292929. Windows color (decimal): -16766566 or 10103040. OLE color: 10103040.

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

Color convert

RGB041154-
CMYK10.7300.40
HSL224.03º100%30.2%-
HSV(B)224.03º100%60.39%-
XYZ6.633.9230.98-
YUV41.62191.4298.31-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 41 (16.41% from 255) = 21.03%
BLUE value IS 154 (60.55% from 255) = 78.97%
R=0%
G=21.03%
B=78.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal04115410.7300.40224.0310030.2
Hex0299A6449028e0641e
Octal05123214411105034014436
Binary01010011001101011001001001001010100011100000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00299A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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