Html Css Color HEX #004190 Smalt

📋 copy color: '#004190'

red 0 ◦ green 65 ◦ blue 144

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

Shades of Smalt #004190

Tints of Smalt #004190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 68.9%

R = 0%
G = 31.1%
B = 68.9%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#004190 (or 0x004190) is known color: Smalt. HEX triplet: 00, 41 and 90. RGB value is (0,65,144). Sum of RGB (Red+Green+Blue) = 0+65+144=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 144 (56.64% from 255 or 68.90% from 209); Max value from RGB is 144 - color contains mainly: blue. Hex color #004190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004190 is #FFBE6F. Grayscale: #363636. Windows color (decimal): -16760432 or 9453824. OLE color: 9453824.

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

Color convert

RGB 0 65 144 -
CMYK 1 0.55 0 0.44
HSL 212.92º 1% 0.28% -
HSV(B) 212.92º 1% 0.56% -
XYZ 6.92 5.79 27.14 -
YUV 54.57 178.47 89.08 -
System Red Green Blue C M Y K H S L
Decimal 0 65 144 1 0.55 0 0.44 212.92 1 0.28
Hex 0 41 90 64 37 0 2C D5 64 1C
Octal 0 101 220 144 67 0 54 325 144 34
Binary 0 1000001 10010000 1100100 110111 0 101100 11010101 1100100 11100

Color Harmonies of #004190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004190

Black with #004190

Text Example


Text Example

White with #004190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004190; }

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

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

background-color css

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

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

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

border-color css

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

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

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