#0F1669

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

Shades of Midnight Blue #0F1669

Tints of Midnight Blue #0F1669

Color information

#0F1669 (or 0x0F1669) is unknown color: approx Midnight Blue. HEX triplet: 0F, 16 and 69. RGB value is (15,22,105). Sum of RGB (Red+Green+Blue) = 15+22+105=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 105 (41.41% from 255 or 73.94% from 142); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F1669 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1669 is #F0E996. Grayscale: #1D1D1D. Windows color (decimal): -15788439 or 6886927. OLE color: 6886927.

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

Color convert

RGB1522105-
CMYK0.860.7900.59
HSL235.33º75%23.53%-
HSV(B)235.33º85.71%41.18%-
XYZ3.031.713.53-
YUV29.37170.68117.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.56%
GREEN value IS 22 (8.98% from 255) = 15.49%
BLUE value IS 105 (41.41% from 255) = 73.94%
R=10.56%
G=15.49%
B=73.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15221050.860.7900.59235.337523.53
HexF1669564F03Beb4b18
Octal172615112611707335311330
Binary111110110110100110101101001111011101111101011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,22,105); }

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

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

 a { background-color: rgb(15,22,105); }

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

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

 span { border-color: rgb(15,22,105); }

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