Html Css Color HEX #003393 Smalt

📋 copy color: '#003393'

red 0 ◦ green 51 ◦ blue 147

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

Shades of Smalt #003393

Tints of Smalt #003393

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.76%

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

R = 0%
G = 25.76%
B = 74.24%

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

#003393 (or 0x003393) is known color: Smalt. HEX triplet: 00, 33 and 93. RGB value is (0,51,147). Sum of RGB (Red+Green+Blue) = 0+51+147=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 147 (57.81% from 255 or 74.24% from 198); Max value from RGB is 147 - color contains mainly: blue. Hex color #003393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003393 is #FFCC6C. Grayscale: #2E2E2E. Windows color (decimal): -16764013 or 9646848. OLE color: 9646848.

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

Color convert

RGB 0 51 147 -
CMYK 1 0.65 0 0.42
HSL 219.18º 1% 0.29% -
HSV(B) 219.18º 1% 0.58% -
XYZ 6.45 4.47 28.13 -
YUV 46.7 184.6 94.69 -
System Red Green Blue C M Y K H S L
Decimal 0 51 147 1 0.65 0 0.42 219.18 1 0.29
Hex 0 33 93 64 41 0 2A DB 64 1D
Octal 0 63 223 144 101 0 52 333 144 35
Binary 0 110011 10010011 1100100 1000001 0 101010 11011011 1100100 11101

Color Harmonies of #003393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003393

Black with #003393

Text Example


Text Example

White with #003393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003393; }

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

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

background-color css

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

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

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

border-color css

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

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

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