#0F03B1

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

Shades of New Midnight Blue #0F03B1

Tints of New Midnight Blue #0F03B1

Color information

#0F03B1 (or 0x0F03B1) is unknown color: approx New Midnight Blue. HEX triplet: 0F, 03 and B1. RGB value is (15,3,177). Sum of RGB (Red+Green+Blue) = 15+3+177=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 177 (69.53% from 255 or 90.77% from 195); Max value from RGB is 177 - color contains mainly: blue. Hex color #0F03B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F03B1 is #F0FC4E. Grayscale: #191919. Windows color (decimal): -15793231 or 11600655. OLE color: 11600655.

HSL color Cylindrical-coordinate representation of color #0F03B1: hue angle of 244.14º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F03B1 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB153177-
CMYK0.920.9800.31
HSL244.14º96.67%35.29%-
HSV(B)244.14º98.31%69.41%-
XYZ8.173.3441.81-
YUV26.42212.98119.85-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.69%
GREEN value IS 3 (1.56% from 255) = 1.54%
BLUE value IS 177 (69.53% from 255) = 90.77%
R=7.69%
G=1.54%
B=90.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531770.920.9800.31244.1496.6735.29
HexF3B15C6201Ff46123
Octal17326113414203736414143
Binary1111111011000110111001100010011111111101001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F03B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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