Html Css Color HEX #0B014F Midnight Blue

📋 copy color: '#0B014F'

red 11 ◦ green 1 ◦ blue 79

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

Shades of Midnight Blue #0B014F

Tints of Midnight Blue #0B014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 86.81%

R = 12.09%
G = 1.1%
B = 86.81%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0B014F (or 0x0B014F) is known color: Midnight Blue. HEX triplet: 0B, 01 and 4F. RGB value is (11,1,79). Sum of RGB (Red+Green+Blue) = 11+1+79=91 (12% of max value = 765). Red value is 11 (4.69% from 255 or 12.09% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 79 (31.25% from 255 or 86.81% from 91); Max value from RGB is 79 - color contains mainly: blue. Hex color #0B014F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B014F is #F4FEB0. Grayscale: #0C0C0C. Windows color (decimal): -16055985 or 5177611. OLE color: 5177611.

HSL color Cylindrical-coordinate representation of color #0B014F: hue angle of 247.69º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B014F is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 11 1 79 -
CMYK 0.86 0.99 0 0.69
HSL 247.69º 0.98% 0.16% -
HSV(B) 247.69º 0.99% 0.31% -
XYZ 1.56 0.66 7.44 -
YUV 12.88 165.31 126.66 -
System Red Green Blue C M Y K H S L
Decimal 11 1 79 0.86 0.99 0 0.69 247.69 0.98 0.16
Hex B 1 4F 56 63 0 45 F8 62 10
Octal 13 1 117 126 143 0 105 370 142 20
Binary 1011 1 1001111 1010110 1100011 0 1000101 11111000 1100010 10000

Color Harmonies of #0B014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B014F

Black with #0B014F

Text Example


Text Example

White with #0B014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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