#003094

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

Shades of Smalt #003094

Tints of Smalt #003094

Color information

#003094 (or 0x003094) is unknown color: approx Smalt. HEX triplet: 00, 30 and 94. RGB value is (0,48,148). Sum of RGB (Red+Green+Blue) = 0+48+148=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 148 (58.20% from 255 or 75.51% from 196); Max value from RGB is 148 - color contains mainly: blue. Hex color #003094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003094 is #FFCF6B. Grayscale: #2C2C2C. Windows color (decimal): -16764780 or 9711616. OLE color: 9711616.

HSL color Cylindrical-coordinate representation of color #003094: hue angle of 220.54º 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 #003094 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB048148-
CMYK10.6800.42
HSL220.54º100%29.02%-
HSV(B)220.54º100%58.04%-
XYZ6.44.2528.5-
YUV45.05186.195.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 148 (58.20% from 255) = 75.51%
R=0%
G=24.49%
B=75.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal04814810.6800.42220.5410029.02
Hex03094644402Add641d
Octal06022414410405233514435
Binary01100001001010011001001000100010101011011101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003094; }

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

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

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

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

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

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

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

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