#0F0268

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

Shades of Midnight Blue #0F0268

Tints of Midnight Blue #0F0268

Color information

#0F0268 (or 0x0F0268) is unknown color: approx Midnight Blue. HEX triplet: 0F, 02 and 68. RGB value is (15,2,104). Sum of RGB (Red+Green+Blue) = 15+2+104=121 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.40% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 104 (41.02% from 255 or 85.95% from 121); Max value from RGB is 104 - color contains mainly: blue. Hex color #0F0268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0268 is #F0FD97. Grayscale: #111111. Windows color (decimal): -15793560 or 6816271. OLE color: 6816271.

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

Color convert

RGB152104-
CMYK0.860.9800.59
HSL247.65º96.23%20.78%-
HSV(B)247.65º98.08%40.78%-
XYZ2.721.1413.17-
YUV17.52176.81126.21-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.40%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 104 (41.02% from 255) = 85.95%
R=12.40%
G=1.65%
B=85.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1521040.860.9800.59247.6596.2320.78
HexF268566203Bf86015
Octal17215012614207337014025
Binary111110110100010101101100010011101111111000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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