Html Css Color HEX #0B084E Midnight Blue

📋 copy color: '#0B084E'

red 11 ◦ green 8 ◦ blue 78

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

Shades of Midnight Blue #0B084E

Tints of Midnight Blue #0B084E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.25%

 BLUE value IS 78 (30.86% from 255) = 80.41%

R = 11.34%
G = 8.25%
B = 80.41%

CMYK

 C value IS 0.86

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0B084E (or 0x0B084E) is known color: Midnight Blue. HEX triplet: 0B, 08 and 4E. RGB value is (11,8,78). Sum of RGB (Red+Green+Blue) = 11+8+78=97 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.34% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 78 (30.86% from 255 or 80.41% from 97); Max value from RGB is 78 - color contains mainly: blue. Hex color #0B084E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B084E is #F4F7B1. Grayscale: #101010. Windows color (decimal): -16054194 or 5113867. OLE color: 5113867.

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

Color convert

RGB 11 8 78 -
CMYK 0.86 0.90 0 0.69
HSL 242.57º 0.81% 0.17% -
HSV(B) 242.57º 0.9% 0.31% -
XYZ 1.6 0.79 7.28 -
YUV 16.88 162.49 123.81 -
System Red Green Blue C M Y K H S L
Decimal 11 8 78 0.86 0.90 0 0.69 242.57 0.81 0.17
Hex B 8 4E 56 5A 0 45 F3 51 11
Octal 13 10 116 126 132 0 105 363 121 21
Binary 1011 1000 1001110 1010110 1011010 0 1000101 11110011 1010001 10001

Color Harmonies of #0B084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B084E

Black with #0B084E

Text Example


Text Example

White with #0B084E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,8,78); }

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

background-color css

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

 a { background-color: rgb(11,8,78); }

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

border-color css

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

 span { border-color: rgb(11,8,78); }

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