Html Css Color HEX #0B1C78 Midnight Blue

📋 copy color: '#0B1C78'

red 11 ◦ green 28 ◦ blue 120

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

Shades of Midnight Blue #0B1C78

Tints of Midnight Blue #0B1C78

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.61%

 BLUE value IS 120 (47.27% from 255) = 75.47%

R = 6.92%
G = 17.61%
B = 75.47%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0B1C78 (or 0x0B1C78) is known color: Midnight Blue. HEX triplet: 0B, 1C and 78. RGB value is (11,28,120). Sum of RGB (Red+Green+Blue) = 11+28+120=159 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.92% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 120 (47.27% from 255 or 75.47% from 159); Max value from RGB is 120 - color contains mainly: blue. Hex color #0B1C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B1C78 is #F4E387. Grayscale: #212121. Windows color (decimal): -16049032 or 7871499. OLE color: 7871499.

HSL color Cylindrical-coordinate representation of color #0B1C78: hue angle of 230.64º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B1C78 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 11 28 120 -
CMYK 0.91 0.77 0 0.53
HSL 230.64º 0.83% 0.26% -
HSV(B) 230.64º 0.91% 0.47% -
XYZ 3.94 2.26 18 -
YUV 33.41 176.87 112.02 -
System Red Green Blue C M Y K H S L
Decimal 11 28 120 0.91 0.77 0 0.53 230.64 0.83 0.26
Hex B 1C 78 5B 4D 0 35 E7 53 1A
Octal 13 34 170 133 115 0 65 347 123 32
Binary 1011 11100 1111000 1011011 1001101 0 110101 11100111 1010011 11010

Color Harmonies of #0B1C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1C78

Black with #0B1C78

Text Example


Text Example

White with #0B1C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,28,120); }

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

background-color css

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

 a { background-color: rgb(11,28,120); }

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

border-color css

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

 span { border-color: rgb(11,28,120); }

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