Html Css Color HEX #004090 Smalt

📋 copy color: '#004090'

red 0 ◦ green 64 ◦ blue 144

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

Shades of Smalt #004090

Tints of Smalt #004090

RGB

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

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

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

R = 0%
G = 30.77%
B = 69.23%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#004090 (or 0x004090) is known color: Smalt. HEX triplet: 00, 40 and 90. RGB value is (0,64,144). Sum of RGB (Red+Green+Blue) = 0+64+144=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 144 (56.64% from 255 or 69.23% from 208); Max value from RGB is 144 - color contains mainly: blue. Hex color #004090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004090 is #FFBF6F. Grayscale: #353535. Windows color (decimal): -16760688 or 9453568. OLE color: 9453568.

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

Color convert

RGB 0 64 144 -
CMYK 1 0.56 0 0.44
HSL 213.33º 1% 0.28% -
HSV(B) 213.33º 1% 0.56% -
XYZ 6.87 5.68 27.12 -
YUV 53.98 178.8 89.5 -
System Red Green Blue C M Y K H S L
Decimal 0 64 144 1 0.56 0 0.44 213.33 1 0.28
Hex 0 40 90 64 38 0 2C D5 64 1C
Octal 0 100 220 144 70 0 54 325 144 34
Binary 0 1000000 10010000 1100100 111000 0 101100 11010101 1100100 11100

Color Harmonies of #004090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004090

Black with #004090

Text Example


Text Example

White with #004090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004090; }

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

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

background-color css

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

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

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

border-color css

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

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

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