Html Css Color HEX #003293 Smalt

📋 copy color: '#003293'

red 0 ◦ green 50 ◦ blue 147

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

Shades of Smalt #003293

Tints of Smalt #003293

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.38%

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

R = 0%
G = 25.38%
B = 74.62%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#003293 (or 0x003293) is known color: Smalt. HEX triplet: 00, 32 and 93. RGB value is (0,50,147). Sum of RGB (Red+Green+Blue) = 0+50+147=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 147 (57.81% from 255 or 74.62% from 197); Max value from RGB is 147 - color contains mainly: blue. Hex color #003293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003293 is #FFCD6C. Grayscale: #2D2D2D. Windows color (decimal): -16764269 or 9646592. OLE color: 9646592.

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

Color convert

RGB 0 50 147 -
CMYK 1 0.66 0 0.42
HSL 219.59º 1% 0.29% -
HSV(B) 219.59º 1% 0.58% -
XYZ 6.41 4.39 28.11 -
YUV 46.11 184.94 95.11 -
System Red Green Blue C M Y K H S L
Decimal 0 50 147 1 0.66 0 0.42 219.59 1 0.29
Hex 0 32 93 64 42 0 2A DC 64 1D
Octal 0 62 223 144 102 0 52 334 144 35
Binary 0 110010 10010011 1100100 1000010 0 101010 11011100 1100100 11101

Color Harmonies of #003293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003293

Black with #003293

Text Example


Text Example

White with #003293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003293; }

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

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

background-color css

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

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

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

border-color css

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

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

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