Html Css Color HEX #004393 Smalt

📋 copy color: '#004393'

red 0 ◦ green 67 ◦ blue 147

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

Shades of Smalt #004393

Tints of Smalt #004393

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.31%

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

R = 0%
G = 31.31%
B = 68.69%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#004393 (or 0x004393) is known color: Smalt. HEX triplet: 00, 43 and 93. RGB value is (0,67,147). Sum of RGB (Red+Green+Blue) = 0+67+147=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 147 (57.81% from 255 or 68.69% from 214); Max value from RGB is 147 - color contains mainly: blue. Hex color #004393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004393 is #FFBC6C. Grayscale: #373737. Windows color (decimal): -16759917 or 9650944. OLE color: 9650944.

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

Color convert

RGB 0 67 147 -
CMYK 1 0.54 0 0.42
HSL 212.65º 1% 0.29% -
HSV(B) 212.65º 1% 0.58% -
XYZ 7.27 6.12 28.4 -
YUV 56.09 179.3 88 -
System Red Green Blue C M Y K H S L
Decimal 0 67 147 1 0.54 0 0.42 212.65 1 0.29
Hex 0 43 93 64 36 0 2A D5 64 1D
Octal 0 103 223 144 66 0 52 325 144 35
Binary 0 1000011 10010011 1100100 110110 0 101010 11010101 1100100 11101

Color Harmonies of #004393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004393

Black with #004393

Text Example


Text Example

White with #004393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004393; }

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

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

background-color css

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

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

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

border-color css

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

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

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