#0F0360

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

Shades of Midnight Blue #0F0360

Tints of Midnight Blue #0F0360

Color information

#0F0360 (or 0x0F0360) is unknown color: approx Midnight Blue. HEX triplet: 0F, 03 and 60. RGB value is (15,3,96). Sum of RGB (Red+Green+Blue) = 15+3+96=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 96 (37.89% from 255 or 84.21% from 114); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F0360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0360 is #F0FC9F. Grayscale: #101010. Windows color (decimal): -15793312 or 6292239. OLE color: 6292239.

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

Color convert

RGB15396-
CMYK0.840.9700.62
HSL247.74º93.94%19.41%-
HSV(B)247.74º96.88%37.65%-
XYZ2.341.0111.14-
YUV17.19172.48126.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.16%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 96 (37.89% from 255) = 84.21%
R=13.16%
G=2.63%
B=84.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal153960.840.9700.62247.7493.9419.41
HexF360546103Ef85e13
Octal17314012414107637013623
Binary111111110000010101001100001011111011111000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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