#0F07B1

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

Shades of New Midnight Blue #0F07B1

Tints of New Midnight Blue #0F07B1

Color information

#0F07B1 (or 0x0F07B1) is unknown color: approx New Midnight Blue. HEX triplet: 0F, 07 and B1. RGB value is (15,7,177). Sum of RGB (Red+Green+Blue) = 15+7+177=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 177 (69.53% from 255 or 88.94% from 199); Max value from RGB is 177 - color contains mainly: blue. Hex color #0F07B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F07B1 is #F0F84E. Grayscale: #1C1C1C. Windows color (decimal): -15792207 or 11601679. OLE color: 11601679.

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

Color convert

RGB157177-
CMYK0.920.9600.31
HSL242.82º92.39%36.08%-
HSV(B)242.82º96.05%69.41%-
XYZ8.213.4341.82-
YUV28.77211.65118.18-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.54%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 177 (69.53% from 255) = 88.94%
R=7.54%
G=3.52%
B=88.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571770.920.9600.31242.8292.3936.08
HexF7B15C6001Ff35c24
Octal17726113414003736313444
Binary11111111011000110111001100000011111111100111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F07B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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