#040892

Color #040892 Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #040892

Tints of Dark Blue #040892

Color information

#040892 (or 0x040892) is unknown color: approx Dark Blue. HEX triplet: 04, 08 and 92. RGB value is (4,8,146). Sum of RGB (Red+Green+Blue) = 4+8+146=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 146 (57.42% from 255 or 92.41% from 158); Max value from RGB is 146 - color contains mainly: blue. Hex color #040892 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040892 is #FBF76D. Grayscale: #151515. Windows color (decimal): -16512878 or 9570308. OLE color: 9570308.

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

Color convert

RGB48146-
CMYK0.970.9500.43
HSL238.31º94.67%29.41%-
HSV(B)238.31º97.26%57.25%-
XYZ5.332.2727.35-
YUV22.54197.67114.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.53%
GREEN value IS 8 (3.52% from 255) = 5.06%
BLUE value IS 146 (57.42% from 255) = 92.41%
R=2.53%
G=5.06%
B=92.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481460.970.9500.43238.3194.6729.41
Hex4892615F02Bee5f1d
Octal41022214113705335613735
Binary10010001001001011000011011111010101111101110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040892; }

 p { color: rgb(4,8,146); }

 H1.HeaderClassName
 {
   color: #040892;
 }
 .AnyTagClassName
 {
   color: #040892;
 }
</style>
background-color css

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

 a { background-color: rgb(4,8,146); }

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

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

 span { border-color: rgb(4,8,146); }

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