#0F1967

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

Shades of Midnight Blue #0F1967

Tints of Midnight Blue #0F1967

Color information

#0F1967 (or 0x0F1967) is unknown color: approx Midnight Blue. HEX triplet: 0F, 19 and 67. RGB value is (15,25,103). Sum of RGB (Red+Green+Blue) = 15+25+103=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 103 (40.62% from 255 or 72.03% from 143); Max value from RGB is 103 - color contains mainly: blue. Hex color #0F1967 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1967 is #F0E698. Grayscale: #1E1E1E. Windows color (decimal): -15787673 or 6756623. OLE color: 6756623.

HSL color Cylindrical-coordinate representation of color #0F1967: hue angle of 233.18º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F1967 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1525103-
CMYK0.850.7600.60
HSL233.18º74.58%23.14%-
HSV(B)233.18º85.44%40.39%-
XYZ2.991.7813.02-
YUV30.9168.69116.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.49%
GREEN value IS 25 (10.16% from 255) = 17.48%
BLUE value IS 103 (40.62% from 255) = 72.03%
R=10.49%
G=17.48%
B=72.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal15251030.850.7600.60233.1874.5823.14
HexF1967554C03Ce94b17
Octal173114712511407435111327
Binary111111001110011110101011001100011110011101001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,25,103); }

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

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

 a { background-color: rgb(15,25,103); }

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

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

 span { border-color: rgb(15,25,103); }

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