Html Css Color HEX #0B0450 Midnight Blue

📋 copy color: '#0B0450'

red 11 ◦ green 4 ◦ blue 80

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

Shades of Midnight Blue #0B0450

Tints of Midnight Blue #0B0450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.21%

 BLUE value IS 80 (31.64% from 255) = 84.21%

R = 11.58%
G = 4.21%
B = 84.21%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0B0450 (or 0x0B0450) is known color: Midnight Blue. HEX triplet: 0B, 04 and 50. RGB value is (11,4,80). Sum of RGB (Red+Green+Blue) = 11+4+80=95 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.58% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 80 (31.64% from 255 or 84.21% from 95); Max value from RGB is 80 - color contains mainly: blue. Hex color #0B0450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0450 is #F4FBAF. Grayscale: #0E0E0E. Windows color (decimal): -16055216 or 5243915. OLE color: 5243915.

HSL color Cylindrical-coordinate representation of color #0B0450: hue angle of 245.53º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B0450 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 11 4 80 -
CMYK 0.86 0.95 0 0.69
HSL 245.53º 0.9% 0.16% -
HSV(B) 245.53º 0.95% 0.31% -
XYZ 1.63 0.74 7.65 -
YUV 14.76 164.82 125.32 -
System Red Green Blue C M Y K H S L
Decimal 11 4 80 0.86 0.95 0 0.69 245.53 0.9 0.16
Hex B 4 50 56 5F 0 45 F6 5A 10
Octal 13 4 120 126 137 0 105 366 132 20
Binary 1011 100 1010000 1010110 1011111 0 1000101 11110110 1011010 10000

Color Harmonies of #0B0450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0450

Black with #0B0450

Text Example


Text Example

White with #0B0450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,4,80); }

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

background-color css

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

 a { background-color: rgb(11,4,80); }

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

border-color css

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

 span { border-color: rgb(11,4,80); }

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