Html Css Color HEX #0B147C Midnight Blue

📋 copy color: '#0B147C'

red 11 ◦ green 20 ◦ blue 124

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

Shades of Midnight Blue #0B147C

Tints of Midnight Blue #0B147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.9%

 BLUE value IS 124 (48.83% from 255) = 80%

R = 7.1%
G = 12.9%
B = 80%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0B147C (or 0x0B147C) is known color: Midnight Blue. HEX triplet: 0B, 14 and 7C. RGB value is (11,20,124). Sum of RGB (Red+Green+Blue) = 11+20+124=155 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.10% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 124 (48.83% from 255 or 80% from 155); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B147C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B147C is #F4EB83. Grayscale: #1C1C1C. Windows color (decimal): -16051076 or 8131595. OLE color: 8131595.

HSL color Cylindrical-coordinate representation of color #0B147C: hue angle of 235.22º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B147C is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 11 20 124 -
CMYK 0.91 0.84 0 0.51
HSL 235.22º 0.84% 0.26% -
HSV(B) 235.22º 0.91% 0.49% -
XYZ 4.03 2.03 19.25 -
YUV 29.17 181.52 115.04 -
System Red Green Blue C M Y K H S L
Decimal 11 20 124 0.91 0.84 0 0.51 235.22 0.84 0.26
Hex B 14 7C 5B 54 0 33 EB 54 1A
Octal 13 24 174 133 124 0 63 353 124 32
Binary 1011 10100 1111100 1011011 1010100 0 110011 11101011 1010100 11010

Color Harmonies of #0B147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B147C

Black with #0B147C

Text Example


Text Example

White with #0B147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,20,124); }

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

background-color css

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

 a { background-color: rgb(11,20,124); }

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

border-color css

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

 span { border-color: rgb(11,20,124); }

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