Html Css Color HEX #0B0061 Midnight Blue

📋 copy color: '#0B0061'

red 11 ◦ green 0 ◦ blue 97

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

Shades of Midnight Blue #0B0061

Tints of Midnight Blue #0B0061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 97 (38.28% from 255) = 89.81%

R = 10.19%
G = 0%
B = 89.81%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0B0061 (or 0x0B0061) is known color: Midnight Blue. HEX triplet: 0B, 00 and 61. RGB value is (11,0,97). Sum of RGB (Red+Green+Blue) = 11+0+97=108 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.19% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 97 (38.28% from 255 or 89.81% from 108); Max value from RGB is 97 - color contains mainly: blue. Hex color #0B0061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0061 is #F4FF9E. Grayscale: #0D0D0D. Windows color (decimal): -16056223 or 6357003. OLE color: 6357003.

HSL color Cylindrical-coordinate representation of color #0B0061: hue angle of 246.8º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0061 is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 11 0 97 -
CMYK 0.89 1 0 0.62
HSL 246.8º 1% 0.19% -
HSV(B) 246.8º 1% 0.38% -
XYZ 2.3 0.93 11.37 -
YUV 14.35 174.64 125.61 -
System Red Green Blue C M Y K H S L
Decimal 11 0 97 0.89 1 0 0.62 246.8 1 0.19
Hex B 0 61 59 64 0 3E F7 64 13
Octal 13 0 141 131 144 0 76 367 144 23
Binary 1011 0 1100001 1011001 1100100 0 111110 11110111 1100100 10011

Color Harmonies of #0B0061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0061

Black with #0B0061

Text Example


Text Example

White with #0B0061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,0,97); }

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

background-color css

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

 a { background-color: rgb(11,0,97); }

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

border-color css

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

 span { border-color: rgb(11,0,97); }

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