Html Css Color HEX #0B0F71 Midnight Blue

📋 copy color: '#0B0F71'

red 11 ◦ green 15 ◦ blue 113

#0B0F71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #0B0F71

Tints of Midnight Blue #0B0F71

RGB

 RED value IS 11 (4.69% from 255) = 7.91%

 GREEN value IS 15 (6.25% from 255) = 10.79%

 BLUE value IS 113 (44.53% from 255) = 81.29%

R = 7.91%
G = 10.79%
B = 81.29%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0B0F71 (or 0x0B0F71) is known color: Midnight Blue. HEX triplet: 0B, 0F and 71. RGB value is (11,15,113). Sum of RGB (Red+Green+Blue) = 11+15+113=139 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.91% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 113 (44.53% from 255 or 81.29% from 139); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B0F71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0F71 is #F4F08E. Grayscale: #181818. Windows color (decimal): -16052367 or 7409419. OLE color: 7409419.

HSL color Cylindrical-coordinate representation of color #0B0F71: hue angle of 237.65º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B0F71 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 15 113 -
CMYK 0.90 0.87 0 0.56
HSL 237.65º 0.82% 0.24% -
HSV(B) 237.65º 0.9% 0.44% -
XYZ 3.29 1.61 15.76 -
YUV 24.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 11 15 113 0.90 0.87 0 0.56 237.65 0.82 0.24
Hex B F 71 5A 57 0 38 EE 52 18
Octal 13 17 161 132 127 0 70 356 122 30
Binary 1011 1111 1110001 1011010 1010111 0 111000 11101110 1010010 11000

Color Harmonies of #0B0F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0F71

Black with #0B0F71

Text Example


Text Example

White with #0B0F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B0F71;
 }
 .AnyTagClassName
 {
   color: #0B0F71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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