Html Css Color HEX #004094 Smalt

📋 copy color: '#004094'

red 0 ◦ green 64 ◦ blue 148

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

Shades of Smalt #004094

Tints of Smalt #004094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.19%

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

R = 0%
G = 30.19%
B = 69.81%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#004094 (or 0x004094) is known color: Smalt. HEX triplet: 00, 40 and 94. RGB value is (0,64,148). Sum of RGB (Red+Green+Blue) = 0+64+148=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 148 (58.20% from 255 or 69.81% from 212); Max value from RGB is 148 - color contains mainly: blue. Hex color #004094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004094 is #FFBF6B. Grayscale: #363636. Windows color (decimal): -16760684 or 9715712. OLE color: 9715712.

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

Color convert

RGB 0 64 148 -
CMYK 1 0.57 0 0.42
HSL 214.05º 1% 0.29% -
HSV(B) 214.05º 1% 0.58% -
XYZ 7.18 5.8 28.76 -
YUV 54.44 180.8 89.17 -
System Red Green Blue C M Y K H S L
Decimal 0 64 148 1 0.57 0 0.42 214.05 1 0.29
Hex 0 40 94 64 39 0 2A D6 64 1D
Octal 0 100 224 144 71 0 52 326 144 35
Binary 0 1000000 10010100 1100100 111001 0 101010 11010110 1100100 11101

Color Harmonies of #004094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004094

Black with #004094

Text Example


Text Example

White with #004094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004094; }

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

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

background-color css

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

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

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

border-color css

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

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

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