Html Css Color HEX #004291 Smalt

📋 copy color: '#004291'

red 0 ◦ green 66 ◦ blue 145

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

Shades of Smalt #004291

Tints of Smalt #004291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.28%

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

R = 0%
G = 31.28%
B = 68.72%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#004291 (or 0x004291) is known color: Smalt. HEX triplet: 00, 42 and 91. RGB value is (0,66,145). Sum of RGB (Red+Green+Blue) = 0+66+145=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 145 (57.03% from 255 or 68.72% from 211); Max value from RGB is 145 - color contains mainly: blue. Hex color #004291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004291 is #FFBD6E. Grayscale: #363636. Windows color (decimal): -16760175 or 9519616. OLE color: 9519616.

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

Color convert

RGB 0 66 145 -
CMYK 1 0.54 0 0.43
HSL 212.69º 1% 0.28% -
HSV(B) 212.69º 1% 0.57% -
XYZ 7.06 5.94 27.56 -
YUV 55.27 178.63 88.58 -
System Red Green Blue C M Y K H S L
Decimal 0 66 145 1 0.54 0 0.43 212.69 1 0.28
Hex 0 42 91 64 36 0 2B D5 64 1C
Octal 0 102 221 144 66 0 53 325 144 34
Binary 0 1000010 10010001 1100100 110110 0 101011 11010101 1100100 11100

Color Harmonies of #004291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004291

Black with #004291

Text Example


Text Example

White with #004291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004291; }

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

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

background-color css

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

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

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

border-color css

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

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

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