Html Css Color HEX #0B0A6A Midnight Blue

📋 copy color: '#0B0A6A'

red 11 ◦ green 10 ◦ blue 106

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

Shades of Midnight Blue #0B0A6A

Tints of Midnight Blue #0B0A6A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.87%

 BLUE value IS 106 (41.8% from 255) = 83.46%

R = 8.66%
G = 7.87%
B = 83.46%

CMYK

 C value IS 0.90

 M value IS 0.91

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B0A6A (or 0x0B0A6A) is known color: Midnight Blue. HEX triplet: 0B, 0A and 6A. RGB value is (11,10,106). Sum of RGB (Red+Green+Blue) = 11+10+106=127 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.66% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 106 (41.80% from 255 or 83.46% from 127); Max value from RGB is 106 - color contains mainly: blue. Hex color #0B0A6A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0A6A is #F4F595. Grayscale: #141414. Windows color (decimal): -16053654 or 6949387. OLE color: 6949387.

HSL color Cylindrical-coordinate representation of color #0B0A6A: hue angle of 240.62º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B0A6A is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 10 106 -
CMYK 0.90 0.91 0 0.58
HSL 240.63º 0.83% 0.23% -
HSV(B) 240.63º 0.91% 0.42% -
XYZ 2.85 1.33 13.74 -
YUV 21.24 175.83 120.69 -
System Red Green Blue C M Y K H S L
Decimal 11 10 106 0.90 0.91 0 0.58 240.63 0.83 0.23
Hex B A 6A 5A 5B 0 3A F1 53 17
Octal 13 12 152 132 133 0 72 361 123 27
Binary 1011 1010 1101010 1011010 1011011 0 111010 11110001 1010011 10111

Color Harmonies of #0B0A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0A6A

Black with #0B0A6A

Text Example


Text Example

White with #0B0A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,10,106); }

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

background-color css

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

 a { background-color: rgb(11,10,106); }

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

border-color css

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

 span { border-color: rgb(11,10,106); }

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