#00409B

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

Shades of Smalt #00409B

Tints of Smalt #00409B

Color information

#00409B (or 0x00409B) is unknown color: approx Smalt. HEX triplet: 00, 40 and 9B. RGB value is (0,64,155). Sum of RGB (Red+Green+Blue) = 0+64+155=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #00409B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00409B is #FFBF64. Grayscale: #363636. Windows color (decimal): -16760677 or 10174464. OLE color: 10174464.

HSL color Cylindrical-coordinate representation of color #00409B: hue angle of 215.23º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00409B is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB064155-
CMYK10.5900.39
HSL215.23º100%30.39%-
HSV(B)215.23º100%60.78%-
XYZ7.756.0331.77-
YUV55.24184.388.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 29.22%
BLUE value IS 155 (60.94% from 255) = 70.78%
R=0%
G=29.22%
B=70.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal06415510.5900.39215.2310030.39
Hex0409B643B027d7641e
Octal01002331447304732714436
Binary01000000100110111100100111011010011111010111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00409B; }

 p { color: rgb(0,64,155); }

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

<style>
 a { background-color: #00409B; }

 a { background-color: rgb(0,64,155); }

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

<style>
 span { border-color: #00409B; }

 span { border-color: rgb(0,64,155); }

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