#0F0B75

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

Shades of Midnight Blue #0F0B75

Tints of Midnight Blue #0F0B75

Color information

#0F0B75 (or 0x0F0B75) is unknown color: approx Midnight Blue. HEX triplet: 0F, 0B and 75. RGB value is (15,11,117). Sum of RGB (Red+Green+Blue) = 15+11+117=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 117 (46.09% from 255 or 81.82% from 143); Max value from RGB is 117 - color contains mainly: blue. Hex color #0F0B75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0B75 is #F0F48A. Grayscale: #171717. Windows color (decimal): -15791243 or 7670543. OLE color: 7670543.

HSL color Cylindrical-coordinate representation of color #0F0B75: hue angle of 242.26º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F0B75 is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1511117-
CMYK0.870.9100.54
HSL242.26º82.81%25.1%-
HSV(B)242.26º90.6%45.88%-
XYZ3.531.6316.96-
YUV24.28180.33121.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.49%
GREEN value IS 11 (4.69% from 255) = 7.69%
BLUE value IS 117 (46.09% from 255) = 81.82%
R=10.49%
G=7.69%
B=81.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal15111170.870.9100.54242.2682.8125.1
HexFB75575B036f25319
Octal171316512713306636212331
Binary11111011111010110101111011011011011011110010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,11,117); }

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

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

 a { background-color: rgb(15,11,117); }

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

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

 span { border-color: rgb(15,11,117); }

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