Html Css Color HEX #0B1069 Midnight Blue

📋 copy color: '#0B1069'

red 11 ◦ green 16 ◦ blue 105

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

Shades of Midnight Blue #0B1069

Tints of Midnight Blue #0B1069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.12%

 BLUE value IS 105 (41.41% from 255) = 79.55%

R = 8.33%
G = 12.12%
B = 79.55%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0B1069 (or 0x0B1069) is known color: Midnight Blue. HEX triplet: 0B, 10 and 69. RGB value is (11,16,105). Sum of RGB (Red+Green+Blue) = 11+16+105=132 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.33% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 105 (41.41% from 255 or 79.55% from 132); Max value from RGB is 105 - color contains mainly: blue. Hex color #0B1069 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1069 is #F4EF96. Grayscale: #181818. Windows color (decimal): -16052119 or 6885387. OLE color: 6885387.

HSL color Cylindrical-coordinate representation of color #0B1069: hue angle of 236.81º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B1069 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 11 16 105 -
CMYK 0.90 0.85 0 0.59
HSL 236.81º 0.81% 0.23% -
HSV(B) 236.81º 0.9% 0.41% -
XYZ 2.87 1.46 13.5 -
YUV 24.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 11 16 105 0.90 0.85 0 0.59 236.81 0.81 0.23
Hex B 10 69 5A 55 0 3B ED 51 17
Octal 13 20 151 132 125 0 73 355 121 27
Binary 1011 10000 1101001 1011010 1010101 0 111011 11101101 1010001 10111

Color Harmonies of #0B1069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1069

Black with #0B1069

Text Example


Text Example

White with #0B1069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,16,105); }

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

background-color css

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

 a { background-color: rgb(11,16,105); }

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

border-color css

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

 span { border-color: rgb(11,16,105); }

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