#0F045A

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

Shades of Midnight Blue #0F045A

Tints of Midnight Blue #0F045A

Color information

#0F045A (or 0x0F045A) is unknown color: approx Midnight Blue. HEX triplet: 0F, 04 and 5A. RGB value is (15,4,90). Sum of RGB (Red+Green+Blue) = 15+4+90=109 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.76% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 90 (35.55% from 255 or 82.57% from 109); Max value from RGB is 90 - color contains mainly: blue. Hex color #0F045A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F045A is #F0FBA5. Grayscale: #101010. Windows color (decimal): -15793062 or 5899279. OLE color: 5899279.

HSL color Cylindrical-coordinate representation of color #0F045A: hue angle of 247.67º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F045A is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB15490-
CMYK0.830.9600.65
HSL247.67º91.49%18.43%-
HSV(B)247.67º95.56%35.29%-
XYZ2.090.939.74-
YUV17.09169.14126.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.76%
GREEN value IS 4 (1.95% from 255) = 3.67%
BLUE value IS 90 (35.55% from 255) = 82.57%
R=13.76%
G=3.67%
B=82.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal154900.830.9600.65247.6791.4918.43
HexF45A5360041f85b12
Octal174132123140010137013322
Binary11111001011010101001111000000100000111111000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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