Html Css Color HEX #003994 Smalt

📋 copy color: '#003994'

red 0 ◦ green 57 ◦ blue 148

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

Shades of Smalt #003994

Tints of Smalt #003994

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.8%

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

R = 0%
G = 27.8%
B = 72.2%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#003994 (or 0x003994) is known color: Smalt. HEX triplet: 00, 39 and 94. RGB value is (0,57,148). Sum of RGB (Red+Green+Blue) = 0+57+148=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 148 (58.20% from 255 or 72.20% from 205); Max value from RGB is 148 - color contains mainly: blue. Hex color #003994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003994 is #FFC66B. Grayscale: #313131. Windows color (decimal): -16762476 or 9713920. OLE color: 9713920.

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

Color convert

RGB 0 57 148 -
CMYK 1 0.61 0 0.42
HSL 216.89º 1% 0.29% -
HSV(B) 216.89º 1% 0.58% -
XYZ 6.81 5.06 28.64 -
YUV 50.33 183.12 92.1 -
System Red Green Blue C M Y K H S L
Decimal 0 57 148 1 0.61 0 0.42 216.89 1 0.29
Hex 0 39 94 64 3D 0 2A D9 64 1D
Octal 0 71 224 144 75 0 52 331 144 35
Binary 0 111001 10010100 1100100 111101 0 101010 11011001 1100100 11101

Color Harmonies of #003994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003994

Black with #003994

Text Example


Text Example

White with #003994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003994; }

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

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

background-color css

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

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

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

border-color css

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

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

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