Html Css Color HEX #004091 Smalt

📋 copy color: '#004091'

red 0 ◦ green 64 ◦ blue 145

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

Shades of Smalt #004091

Tints of Smalt #004091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 69.38%

R = 0%
G = 30.62%
B = 69.38%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#004091 (or 0x004091) is known color: Smalt. HEX triplet: 00, 40 and 91. RGB value is (0,64,145). Sum of RGB (Red+Green+Blue) = 0+64+145=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 145 (57.03% from 255 or 69.38% from 209); Max value from RGB is 145 - color contains mainly: blue. Hex color #004091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004091 is #FFBF6E. Grayscale: #353535. Windows color (decimal): -16760687 or 9519104. OLE color: 9519104.

HSL color Cylindrical-coordinate representation of color #004091: hue angle of 213.52º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004091 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 64 145 -
CMYK 1 0.56 0 0.43
HSL 213.52º 1% 0.28% -
HSV(B) 213.52º 1% 0.57% -
XYZ 6.94 5.71 27.52 -
YUV 54.1 179.3 89.41 -
System Red Green Blue C M Y K H S L
Decimal 0 64 145 1 0.56 0 0.43 213.52 1 0.28
Hex 0 40 91 64 38 0 2B D6 64 1C
Octal 0 100 221 144 70 0 53 326 144 34
Binary 0 1000000 10010001 1100100 111000 0 101011 11010110 1100100 11100

Color Harmonies of #004091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004091

Black with #004091

Text Example


Text Example

White with #004091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004091; }

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

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

background-color css

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

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

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

border-color css

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

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

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