#0B0FA4

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

Shades of New Midnight Blue #0B0FA4

Tints of New Midnight Blue #0B0FA4

Color information

#0B0FA4 (or 0x0B0FA4) is unknown color: approx New Midnight Blue. HEX triplet: 0B, 0F and A4. RGB value is (11,15,164). Sum of RGB (Red+Green+Blue) = 11+15+164=190 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.79% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 164 (64.45% from 255 or 86.32% from 190); Max value from RGB is 164 - color contains mainly: blue. Hex color #0B0FA4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0FA4 is #F4F05B. Grayscale: #1E1E1E. Windows color (decimal): -16052316 or 10751755. OLE color: 10751755.

HSL color Cylindrical-coordinate representation of color #0B0FA4: hue angle of 238.43º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B0FA4 is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1115164-
CMYK0.930.9100.36
HSL238.43º87.43%34.31%-
HSV(B)238.43º93.29%64.31%-
XYZ7.013.0935.35-
YUV30.79203.17113.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.79%
GREEN value IS 15 (6.25% from 255) = 7.89%
BLUE value IS 164 (64.45% from 255) = 86.32%
R=5.79%
G=7.89%
B=86.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11151640.930.9100.36238.4387.4334.31
HexBFA45D5B024ee5722
Octal131724413513304435612742
Binary1011111110100100101110110110110100100111011101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,15,164); }

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

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

 a { background-color: rgb(11,15,164); }

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

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

 span { border-color: rgb(11,15,164); }

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