Html Css Color HEX #004092 Smalt

📋 copy color: '#004092'

red 0 ◦ green 64 ◦ blue 146

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

Shades of Smalt #004092

Tints of Smalt #004092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 69.52%

R = 0%
G = 30.48%
B = 69.52%

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

#004092 (or 0x004092) is known color: Smalt. HEX triplet: 00, 40 and 92. RGB value is (0,64,146). Sum of RGB (Red+Green+Blue) = 0+64+146=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 146 (57.42% from 255 or 69.52% from 210); Max value from RGB is 146 - color contains mainly: blue. Hex color #004092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004092 is #FFBF6D. Grayscale: #353535. Windows color (decimal): -16760686 or 9584640. OLE color: 9584640.

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

Color convert

RGB 0 64 146 -
CMYK 1 0.56 0 0.43
HSL 213.7º 1% 0.29% -
HSV(B) 213.7º 1% 0.57% -
XYZ 7.02 5.74 27.93 -
YUV 54.21 179.8 89.33 -
System Red Green Blue C M Y K H S L
Decimal 0 64 146 1 0.56 0 0.43 213.7 1 0.29
Hex 0 40 92 64 38 0 2B D6 64 1D
Octal 0 100 222 144 70 0 53 326 144 35
Binary 0 1000000 10010010 1100100 111000 0 101011 11010110 1100100 11101

Color Harmonies of #004092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004092

Black with #004092

Text Example


Text Example

White with #004092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004092; }

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

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

background-color css

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

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

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

border-color css

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

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

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