#040F92

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

Shades of Dark Blue #040F92

Tints of Dark Blue #040F92

Color information

#040F92 (or 0x040F92) is unknown color: approx Dark Blue. HEX triplet: 04, 0F and 92. RGB value is (4,15,146). Sum of RGB (Red+Green+Blue) = 4+15+146=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 146 (57.42% from 255 or 88.48% from 165); Max value from RGB is 146 - color contains mainly: blue. Hex color #040F92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040F92 is #FBF06D. Grayscale: #1A1A1A. Windows color (decimal): -16511086 or 9572100. OLE color: 9572100.

HSL color Cylindrical-coordinate representation of color #040F92: hue angle of 235.35º 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 #040F92 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB415146-
CMYK0.970.9000.43
HSL235.35º94.67%29.41%-
HSV(B)235.35º97.26%57.25%-
XYZ5.412.4427.38-
YUV26.65195.36111.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.42%
GREEN value IS 15 (6.25% from 255) = 9.09%
BLUE value IS 146 (57.42% from 255) = 88.48%
R=2.42%
G=9.09%
B=88.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4151460.970.9000.43235.3594.6729.41
Hex4F92615A02Beb5f1d
Octal41722214113205335313735
Binary10011111001001011000011011010010101111101011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040F92; }

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

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

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

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

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

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

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

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