Html Css Color HEX #003493 Smalt

📋 copy color: '#003493'

red 0 ◦ green 52 ◦ blue 147

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

Shades of Smalt #003493

Tints of Smalt #003493

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.13%

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

R = 0%
G = 26.13%
B = 73.87%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#003493 (or 0x003493) is known color: Smalt. HEX triplet: 00, 34 and 93. RGB value is (0,52,147). Sum of RGB (Red+Green+Blue) = 0+52+147=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 147 (57.81% from 255 or 73.87% from 199); Max value from RGB is 147 - color contains mainly: blue. Hex color #003493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003493 is #FFCB6C. Grayscale: #2E2E2E. Windows color (decimal): -16763757 or 9647104. OLE color: 9647104.

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

Color convert

RGB 0 52 147 -
CMYK 1 0.65 0 0.42
HSL 218.78º 1% 0.29% -
HSV(B) 218.78º 1% 0.58% -
XYZ 6.49 4.56 28.14 -
YUV 47.28 184.27 94.28 -
System Red Green Blue C M Y K H S L
Decimal 0 52 147 1 0.65 0 0.42 218.78 1 0.29
Hex 0 34 93 64 41 0 2A DB 64 1D
Octal 0 64 223 144 101 0 52 333 144 35
Binary 0 110100 10010011 1100100 1000001 0 101010 11011011 1100100 11101

Color Harmonies of #003493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003493

Black with #003493

Text Example


Text Example

White with #003493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003493; }

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

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

background-color css

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

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

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

border-color css

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

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

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