Html Css Color HEX #003091 Smalt

📋 copy color: '#003091'

red 0 ◦ green 48 ◦ blue 145

#003091
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #003091

Tints of Smalt #003091

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 48 (19.14% from 255) = 24.87%

 BLUE value IS 145 (57.03% from 255) = 75.13%

R = 0%
G = 24.87%
B = 75.13%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#003091 (or 0x003091) is known color: Smalt. HEX triplet: 00, 30 and 91. RGB value is (0,48,145). Sum of RGB (Red+Green+Blue) = 0+48+145=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 145 (57.03% from 255 or 75.13% from 193); Max value from RGB is 145 - color contains mainly: blue. Hex color #003091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003091 is #FFCF6E. Grayscale: #2C2C2C. Windows color (decimal): -16764783 or 9515008. OLE color: 9515008.

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

Color convert

RGB 0 48 145 -
CMYK 1 0.67 0 0.43
HSL 220.14º 1% 0.28% -
HSV(B) 220.14º 1% 0.57% -
XYZ 6.17 4.16 27.27 -
YUV 44.71 184.6 96.11 -
System Red Green Blue C M Y K H S L
Decimal 0 48 145 1 0.67 0 0.43 220.14 1 0.28
Hex 0 30 91 64 43 0 2B DC 64 1C
Octal 0 60 221 144 103 0 53 334 144 34
Binary 0 110000 10010001 1100100 1000011 0 101011 11011100 1100100 11100

Color Harmonies of #003091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003091

Black with #003091

Text Example


Text Example

White with #003091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003091; }

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

 H1.HeaderClassName
 {
   color: #003091;
 }
 .AnyTagClassName
 {
   color: #003091;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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