Html Css Color HEX #0B176A Midnight Blue

📋 copy color: '#0B176A'

red 11 ◦ green 23 ◦ blue 106

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

Shades of Midnight Blue #0B176A

Tints of Midnight Blue #0B176A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.43%

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

R = 7.86%
G = 16.43%
B = 75.71%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B176A (or 0x0B176A) is known color: Midnight Blue. HEX triplet: 0B, 17 and 6A. RGB value is (11,23,106). Sum of RGB (Red+Green+Blue) = 11+23+106=140 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.86% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 106 (41.80% from 255 or 75.71% from 140); Max value from RGB is 106 - color contains mainly: blue. Hex color #0B176A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B176A is #F4E895. Grayscale: #1C1C1C. Windows color (decimal): -16050326 or 6952715. OLE color: 6952715.

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

Color convert

RGB 11 23 106 -
CMYK 0.90 0.78 0 0.58
HSL 232.42º 0.81% 0.23% -
HSV(B) 232.42º 0.9% 0.42% -
XYZ 3.05 1.72 13.81 -
YUV 28.87 171.52 115.25 -
System Red Green Blue C M Y K H S L
Decimal 11 23 106 0.90 0.78 0 0.58 232.42 0.81 0.23
Hex B 17 6A 5A 4E 0 3A E8 51 17
Octal 13 27 152 132 116 0 72 350 121 27
Binary 1011 10111 1101010 1011010 1001110 0 111010 11101000 1010001 10111

Color Harmonies of #0B176A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B176A

Black with #0B176A

Text Example


Text Example

White with #0B176A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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