#0F0455

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

Shades of Midnight Blue #0F0455

Tints of Midnight Blue #0F0455

Color information

#0F0455 (or 0x0F0455) is unknown color: approx Midnight Blue. HEX triplet: 0F, 04 and 55. RGB value is (15,4,85). Sum of RGB (Red+Green+Blue) = 15+4+85=104 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.42% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 85 (33.59% from 255 or 81.73% from 104); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F0455 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0455 is #F0FBAA. Grayscale: #101010. Windows color (decimal): -15793067 or 5571599. OLE color: 5571599.

HSL color Cylindrical-coordinate representation of color #0F0455: hue angle of 248.15º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F0455 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB15485-
CMYK0.820.9500.67
HSL248.15º91.01%17.45%-
HSV(B)248.15º95.29%33.33%-
XYZ1.880.848.66-
YUV16.52166.64126.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.42%
GREEN value IS 4 (1.95% from 255) = 3.85%
BLUE value IS 85 (33.59% from 255) = 81.73%
R=14.42%
G=3.85%
B=81.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal154850.820.9500.67248.1591.0117.45
HexF455525F043f85b11
Octal174125122137010337013321
Binary11111001010101101001010111110100001111111000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,4,85); }

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

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

 a { background-color: rgb(15,4,85); }

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

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

 span { border-color: rgb(15,4,85); }

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