Html Css Color HEX #0B014C Midnight Blue

📋 copy color: '#0B014C'

red 11 ◦ green 1 ◦ blue 76

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

Shades of Midnight Blue #0B014C

Tints of Midnight Blue #0B014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.14%

 BLUE value IS 76 (30.08% from 255) = 86.36%

R = 12.5%
G = 1.14%
B = 86.36%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0B014C (or 0x0B014C) is known color: Midnight Blue. HEX triplet: 0B, 01 and 4C. RGB value is (11,1,76). Sum of RGB (Red+Green+Blue) = 11+1+76=88 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.5% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 76 (30.08% from 255 or 86.36% from 88); Max value from RGB is 76 - color contains mainly: blue. Hex color #0B014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B014C is #F4FEB3. Grayscale: #0C0C0C. Windows color (decimal): -16055988 or 4981003. OLE color: 4981003.

HSL color Cylindrical-coordinate representation of color #0B014C: hue angle of 248º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B014C is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 11 1 76 -
CMYK 0.86 0.99 0 0.70
HSL 248º 0.97% 0.15% -
HSV(B) 248º 0.99% 0.3% -
XYZ 1.45 0.61 6.88 -
YUV 12.54 163.81 126.9 -
System Red Green Blue C M Y K H S L
Decimal 11 1 76 0.86 0.99 0 0.70 248 0.97 0.15
Hex B 1 4C 56 63 0 46 F8 61 F
Octal 13 1 114 126 143 0 106 370 141 17
Binary 1011 1 1001100 1010110 1100011 0 1000110 11111000 1100001 1111

Color Harmonies of #0B014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B014C

Black with #0B014C

Text Example


Text Example

White with #0B014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,1,76); }

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

background-color css

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

 a { background-color: rgb(11,1,76); }

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

border-color css

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

 span { border-color: rgb(11,1,76); }

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