#040292

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

Shades of Dark Blue #040292

Tints of Dark Blue #040292

Color information

#040292 (or 0x040292) is unknown color: approx Dark Blue. HEX triplet: 04, 02 and 92. RGB value is (4,2,146). Sum of RGB (Red+Green+Blue) = 4+2+146=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 146 (57.42% from 255 or 96.05% from 152); Max value from RGB is 146 - color contains mainly: blue. Hex color #040292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040292 is #FBFD6D. Grayscale: #121212. Windows color (decimal): -16514414 or 9568772. OLE color: 9568772.

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

Color convert

RGB42146-
CMYK0.970.9900.43
HSL240.83º97.3%29.02%-
HSV(B)240.83º98.63%57.25%-
XYZ5.262.1427.33-
YUV19.01199.66117.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.63%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 146 (57.42% from 255) = 96.05%
R=2.63%
G=1.32%
B=96.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal421460.970.9900.43240.8397.329.02
Hex4292616302Bf1611d
Octal4222214114305336114135
Binary100101001001011000011100011010101111110001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040292; }

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

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

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

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

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

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

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

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