#0F0361

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

Shades of Midnight Blue #0F0361

Tints of Midnight Blue #0F0361

Color information

#0F0361 (or 0x0F0361) is unknown color: approx Midnight Blue. HEX triplet: 0F, 03 and 61. RGB value is (15,3,97). Sum of RGB (Red+Green+Blue) = 15+3+97=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 97 (38.28% from 255 or 84.35% from 115); Max value from RGB is 97 - color contains mainly: blue. Hex color #0F0361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0361 is #F0FC9E. Grayscale: #101010. Windows color (decimal): -15793311 or 6357775. OLE color: 6357775.

HSL color Cylindrical-coordinate representation of color #0F0361: hue angle of 247.66º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F0361 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB15397-
CMYK0.850.9700.62
HSL247.66º94%19.61%-
HSV(B)247.66º96.91%38.04%-
XYZ2.391.0311.38-
YUV17.3172.98126.36-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.04%
GREEN value IS 3 (1.56% from 255) = 2.61%
BLUE value IS 97 (38.28% from 255) = 84.35%
R=13.04%
G=2.61%
B=84.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal153970.850.9700.62247.669419.61
HexF361556103Ef85e14
Octal17314112514107637013624
Binary111111110000110101011100001011111011111000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,3,97); }

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

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

 a { background-color: rgb(15,3,97); }

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

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

 span { border-color: rgb(15,3,97); }

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