#0F1769

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

Shades of Midnight Blue #0F1769

Tints of Midnight Blue #0F1769

Color information

#0F1769 (or 0x0F1769) is unknown color: approx Midnight Blue. HEX triplet: 0F, 17 and 69. RGB value is (15,23,105). Sum of RGB (Red+Green+Blue) = 15+23+105=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 105 (41.41% from 255 or 73.43% from 143); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F1769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1769 is #F0E896. Grayscale: #1D1D1D. Windows color (decimal): -15788183 or 6887183. OLE color: 6887183.

HSL color Cylindrical-coordinate representation of color #0F1769: hue angle of 234.67º 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 #0F1769 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1523105-
CMYK0.860.7800.59
HSL234.67º75%23.53%-
HSV(B)234.67º85.71%41.18%-
XYZ3.051.7313.54-
YUV29.96170.35117.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.49%
GREEN value IS 23 (9.38% from 255) = 16.08%
BLUE value IS 105 (41.41% from 255) = 73.43%
R=10.49%
G=16.08%
B=73.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15231050.860.7800.59234.677523.53
HexF1769564E03Beb4b18
Octal172715112611607335311330
Binary111110111110100110101101001110011101111101011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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