#002B94

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

Shades of Smalt #002B94

Tints of Smalt #002B94

Color information

#002B94 (or 0x002B94) is unknown color: approx Smalt. HEX triplet: 00, 2B and 94. RGB value is (0,43,148). Sum of RGB (Red+Green+Blue) = 0+43+148=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 148 (58.20% from 255 or 77.49% from 191); Max value from RGB is 148 - color contains mainly: blue. Hex color #002B94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002B94 is #FFD46B. Grayscale: #292929. Windows color (decimal): -16766060 or 9710336. OLE color: 9710336.

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

Color convert

RGB043148-
CMYK10.7100.42
HSL222.57º100%29.02%-
HSV(B)222.57º100%58.04%-
XYZ6.213.8728.44-
YUV42.11187.7597.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 43 (17.19% from 255) = 22.51%
BLUE value IS 148 (58.20% from 255) = 77.49%
R=0%
G=22.51%
B=77.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal04314810.7100.42222.5710029.02
Hex02B94644702Adf641d
Octal05322414410705233714435
Binary01010111001010011001001000111010101011011111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,43,148); }

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

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

 a { background-color: rgb(0,43,148); }

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

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

 span { border-color: rgb(0,43,148); }

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