Html Css Color HEX #004197 Smalt

📋 copy color: '#004197'

red 0 ◦ green 65 ◦ blue 151

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

Shades of Smalt #004197

Tints of Smalt #004197

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.09%

 BLUE value IS 151 (59.38% from 255) = 69.91%

R = 0%
G = 30.09%
B = 69.91%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#004197 (or 0x004197) is known color: Smalt. HEX triplet: 00, 41 and 97. RGB value is (0,65,151). Sum of RGB (Red+Green+Blue) = 0+65+151=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 151 (59.38% from 255 or 69.91% from 216); Max value from RGB is 151 - color contains mainly: blue. Hex color #004197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004197 is #FFBE68. Grayscale: #363636. Windows color (decimal): -16760425 or 9912576. OLE color: 9912576.

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

Color convert

RGB 0 65 151 -
CMYK 1 0.57 0 0.41
HSL 214.17º 1% 0.3% -
HSV(B) 214.17º 1% 0.59% -
XYZ 7.48 6.01 30.05 -
YUV 55.37 181.97 88.51 -
System Red Green Blue C M Y K H S L
Decimal 0 65 151 1 0.57 0 0.41 214.17 1 0.3
Hex 0 41 97 64 39 0 29 D6 64 1E
Octal 0 101 227 144 71 0 51 326 144 36
Binary 0 1000001 10010111 1100100 111001 0 101001 11010110 1100100 11110

Color Harmonies of #004197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004197

Black with #004197

Text Example


Text Example

White with #004197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004197; }

 p { color: rgb(0,65,151); }

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

background-color css

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

 a { background-color: rgb(0,65,151); }

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

border-color css

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

 span { border-color: rgb(0,65,151); }

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