#0F227F

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

Shades of Midnight Blue #0F227F

Tints of Midnight Blue #0F227F

Color information

#0F227F (or 0x0F227F) is unknown color: approx Midnight Blue. HEX triplet: 0F, 22 and 7F. RGB value is (15,34,127). Sum of RGB (Red+Green+Blue) = 15+34+127=176 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.52% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 127 (50% from 255 or 72.16% from 176); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F227F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F227F is #F0DD80. Grayscale: #262626. Windows color (decimal): -15785345 or 8331791. OLE color: 8331791.

HSL color Cylindrical-coordinate representation of color #0F227F: hue angle of 229.82º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F227F is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1534127-
CMYK0.880.7300.50
HSL229.82º78.87%27.84%-
HSV(B)229.82º88.19%49.8%-
XYZ4.62.7820.37-
YUV38.92177.71110.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.52%
GREEN value IS 34 (13.67% from 255) = 19.32%
BLUE value IS 127 (50% from 255) = 72.16%
R=8.52%
G=19.32%
B=72.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal15341270.880.7300.50229.8278.8727.84
HexF227F5849032e64f1c
Octal174217713011106234611734
Binary1111100010111111110110001001001011001011100110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F227F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,34,127); }

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

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

 a { background-color: rgb(15,34,127); }

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

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

 span { border-color: rgb(15,34,127); }

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