#002A92

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

Shades of Smalt #002A92

Tints of Smalt #002A92

Color information

#002A92 (or 0x002A92) is unknown color: approx Smalt. HEX triplet: 00, 2A and 92. RGB value is (0,42,146). Sum of RGB (Red+Green+Blue) = 0+42+146=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 146 (57.42% from 255 or 77.66% from 188); Max value from RGB is 146 - color contains mainly: blue. Hex color #002A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002A92 is #FFD56D. Grayscale: #282828. Windows color (decimal): -16766318 or 9579008. OLE color: 9579008.

HSL color Cylindrical-coordinate representation of color #002A92: hue angle of 222.74º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A92 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB042146-
CMYK10.7100.43
HSL222.74º100%28.63%-
HSV(B)222.74º100%57.25%-
XYZ6.023.7327.6-
YUV41.3187.0998.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 42 (16.80% from 255) = 22.34%
BLUE value IS 146 (57.42% from 255) = 77.66%
R=0%
G=22.34%
B=77.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal04214610.7100.43222.7410028.63
Hex02A92644702Bdf641d
Octal05222214410705333714435
Binary01010101001001011001001000111010101111011111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002A92; }

 p { color: rgb(0,42,146); }

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

<style>
 a { background-color: #002A92; }

 a { background-color: rgb(0,42,146); }

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

<style>
 span { border-color: #002A92; }

 span { border-color: rgb(0,42,146); }

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