#0F035D

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

Shades of Midnight Blue #0F035D

Tints of Midnight Blue #0F035D

Color information

#0F035D (or 0x0F035D) is unknown color: approx Midnight Blue. HEX triplet: 0F, 03 and 5D. RGB value is (15,3,93). Sum of RGB (Red+Green+Blue) = 15+3+93=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 93 (36.72% from 255 or 83.78% from 111); Max value from RGB is 93 - color contains mainly: blue. Hex color #0F035D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F035D is #F0FCA2. Grayscale: #101010. Windows color (decimal): -15793315 or 6095631. OLE color: 6095631.

HSL color Cylindrical-coordinate representation of color #0F035D: hue angle of 248º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F035D is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB15393-
CMYK0.840.9700.64
HSL248º93.75%18.82%-
HSV(B)248º96.77%36.47%-
XYZ2.210.9610.42-
YUV16.85170.98126.68-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.51%
GREEN value IS 3 (1.56% from 255) = 2.70%
BLUE value IS 93 (36.72% from 255) = 83.78%
R=13.51%
G=2.70%
B=83.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal153930.840.9700.6424893.7518.82
HexF35D5461040f85e13
Octal173135124141010037013623
Binary1111111011101101010011000010100000011111000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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