Html Css Color HEX #004193 Smalt

📋 copy color: '#004193'

red 0 ◦ green 65 ◦ blue 147

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

Shades of Smalt #004193

Tints of Smalt #004193

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.66%

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

R = 0%
G = 30.66%
B = 69.34%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#004193 (or 0x004193) is known color: Smalt. HEX triplet: 00, 41 and 93. RGB value is (0,65,147). Sum of RGB (Red+Green+Blue) = 0+65+147=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 147 (57.81% from 255 or 69.34% from 212); Max value from RGB is 147 - color contains mainly: blue. Hex color #004193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004193 is #FFBE6C. Grayscale: #363636. Windows color (decimal): -16760429 or 9650432. OLE color: 9650432.

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

Color convert

RGB 0 65 147 -
CMYK 1 0.56 0 0.42
HSL 213.47º 1% 0.29% -
HSV(B) 213.47º 1% 0.58% -
XYZ 7.16 5.89 28.36 -
YUV 54.91 179.97 88.83 -
System Red Green Blue C M Y K H S L
Decimal 0 65 147 1 0.56 0 0.42 213.47 1 0.29
Hex 0 41 93 64 38 0 2A D5 64 1D
Octal 0 101 223 144 70 0 52 325 144 35
Binary 0 1000001 10010011 1100100 111000 0 101010 11010101 1100100 11101

Color Harmonies of #004193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004193

Black with #004193

Text Example


Text Example

White with #004193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004193; }

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

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

background-color css

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

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

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

border-color css

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

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

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