Html Css Color HEX #0B0F51 Midnight Blue

📋 copy color: '#0B0F51'

red 11 ◦ green 15 ◦ blue 81

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

Shades of Midnight Blue #0B0F51

Tints of Midnight Blue #0B0F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 75.7%

R = 10.28%
G = 14.02%
B = 75.7%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0B0F51 (or 0x0B0F51) is known color: Midnight Blue. HEX triplet: 0B, 0F and 51. RGB value is (11,15,81). Sum of RGB (Red+Green+Blue) = 11+15+81=107 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.28% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 81 (32.03% from 255 or 75.70% from 107); Max value from RGB is 81 - color contains mainly: blue. Hex color #0B0F51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0F51 is #F4F0AE. Grayscale: #151515. Windows color (decimal): -16052399 or 5312267. OLE color: 5312267.

HSL color Cylindrical-coordinate representation of color #0B0F51: hue angle of 236.57º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B0F51 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 11 15 81 -
CMYK 0.86 0.81 0 0.68
HSL 236.57º 0.76% 0.18% -
HSV(B) 236.57º 0.86% 0.32% -
XYZ 1.79 1.01 7.88 -
YUV 21.33 161.67 120.63 -
System Red Green Blue C M Y K H S L
Decimal 11 15 81 0.86 0.81 0 0.68 236.57 0.76 0.18
Hex B F 51 56 51 0 44 ED 4C 12
Octal 13 17 121 126 121 0 104 355 114 22
Binary 1011 1111 1010001 1010110 1010001 0 1000100 11101101 1001100 10010

Color Harmonies of #0B0F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0F51

Black with #0B0F51

Text Example


Text Example

White with #0B0F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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