Html Css Color HEX #003391 Smalt

📋 copy color: '#003391'

red 0 ◦ green 51 ◦ blue 145

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

Shades of Smalt #003391

Tints of Smalt #003391

RGB

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

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

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

R = 0%
G = 26.02%
B = 73.98%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#003391 (or 0x003391) is known color: Smalt. HEX triplet: 00, 33 and 91. RGB value is (0,51,145). Sum of RGB (Red+Green+Blue) = 0+51+145=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 145 (57.03% from 255 or 73.98% from 196); Max value from RGB is 145 - color contains mainly: blue. Hex color #003391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003391 is #FFCC6E. Grayscale: #2E2E2E. Windows color (decimal): -16764015 or 9515776. OLE color: 9515776.

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

Color convert

RGB 0 51 145 -
CMYK 1 0.65 0 0.43
HSL 218.9º 1% 0.28% -
HSV(B) 218.9º 1% 0.57% -
XYZ 6.29 4.41 27.31 -
YUV 46.47 183.6 94.86 -
System Red Green Blue C M Y K H S L
Decimal 0 51 145 1 0.65 0 0.43 218.9 1 0.28
Hex 0 33 91 64 41 0 2B DB 64 1C
Octal 0 63 221 144 101 0 53 333 144 34
Binary 0 110011 10010001 1100100 1000001 0 101011 11011011 1100100 11100

Color Harmonies of #003391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003391

Black with #003391

Text Example


Text Example

White with #003391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003391; }

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

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

background-color css

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

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

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

border-color css

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

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

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