Html Css Color HEX #003193 Smalt

📋 copy color: '#003193'

red 0 ◦ green 49 ◦ blue 147

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

Shades of Smalt #003193

Tints of Smalt #003193

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25%

 BLUE value IS 147 (57.81% from 255) = 75%

R = 0%
G = 25%
B = 75%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#003193 (or 0x003193) is known color: Smalt. HEX triplet: 00, 31 and 93. RGB value is (0,49,147). Sum of RGB (Red+Green+Blue) = 0+49+147=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 147 (57.81% from 255 or 75% from 196); Max value from RGB is 147 - color contains mainly: blue. Hex color #003193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003193 is #FFCE6C. Grayscale: #2D2D2D. Windows color (decimal): -16764525 or 9646336. OLE color: 9646336.

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

Color convert

RGB 0 49 147 -
CMYK 1 0.67 0 0.42
HSL 220º 1% 0.29% -
HSV(B) 220º 1% 0.58% -
XYZ 6.36 4.3 28.1 -
YUV 45.52 185.27 95.53 -
System Red Green Blue C M Y K H S L
Decimal 0 49 147 1 0.67 0 0.42 220 1 0.29
Hex 0 31 93 64 43 0 2A DC 64 1D
Octal 0 61 223 144 103 0 52 334 144 35
Binary 0 110001 10010011 1100100 1000011 0 101010 11011100 1100100 11101

Color Harmonies of #003193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003193

Black with #003193

Text Example


Text Example

White with #003193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003193; }

 p { color: rgb(0,49,147); }

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

background-color css

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

 a { background-color: rgb(0,49,147); }

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

border-color css

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

 span { border-color: rgb(0,49,147); }

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