#0F0468

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

Shades of Midnight Blue #0F0468

Tints of Midnight Blue #0F0468

Color information

#0F0468 (or 0x0F0468) is unknown color: approx Midnight Blue. HEX triplet: 0F, 04 and 68. RGB value is (15,4,104). Sum of RGB (Red+Green+Blue) = 15+4+104=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 104 (41.02% from 255 or 84.55% from 123); Max value from RGB is 104 - color contains mainly: blue. Hex color #0F0468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0468 is #F0FB97. Grayscale: #121212. Windows color (decimal): -15793048 or 6816783. OLE color: 6816783.

HSL color Cylindrical-coordinate representation of color #0F0468: hue angle of 246.6º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F0468 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB154104-
CMYK0.860.9600.59
HSL246.6º92.59%21.18%-
HSV(B)246.6º96.15%40.78%-
XYZ2.741.1913.18-
YUV18.69176.14125.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.20%
GREEN value IS 4 (1.95% from 255) = 3.25%
BLUE value IS 104 (41.02% from 255) = 84.55%
R=12.20%
G=3.25%
B=84.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1541040.860.9600.59246.692.5921.18
HexF468566003Bf75d15
Octal17415012614007336713525
Binary1111100110100010101101100000011101111110111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F0468; }

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

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

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

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

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

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

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

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