Html Css Color HEX #004394 Smalt

📋 copy color: '#004394'

red 0 ◦ green 67 ◦ blue 148

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

Shades of Smalt #004394

Tints of Smalt #004394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 68.84%

R = 0%
G = 31.16%
B = 68.84%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#004394 (or 0x004394) is known color: Smalt. HEX triplet: 00, 43 and 94. RGB value is (0,67,148). Sum of RGB (Red+Green+Blue) = 0+67+148=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #004394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004394 is #FFBC6B. Grayscale: #373737. Windows color (decimal): -16759916 or 9716480. OLE color: 9716480.

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

Color convert

RGB 0 67 148 -
CMYK 1 0.55 0 0.42
HSL 212.84º 1% 0.29% -
HSV(B) 212.84º 1% 0.58% -
XYZ 7.35 6.15 28.82 -
YUV 56.2 179.8 87.91 -
System Red Green Blue C M Y K H S L
Decimal 0 67 148 1 0.55 0 0.42 212.84 1 0.29
Hex 0 43 94 64 37 0 2A D5 64 1D
Octal 0 103 224 144 67 0 52 325 144 35
Binary 0 1000011 10010100 1100100 110111 0 101010 11010101 1100100 11101

Color Harmonies of #004394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004394

Black with #004394

Text Example


Text Example

White with #004394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004394; }

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

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

background-color css

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

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

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

border-color css

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

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

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