Html Css Color HEX #0B0561 Midnight Blue

📋 copy color: '#0B0561'

red 11 ◦ green 5 ◦ blue 97

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

Shades of Midnight Blue #0B0561

Tints of Midnight Blue #0B0561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.42%

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

R = 9.73%
G = 4.42%
B = 85.84%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0B0561 (or 0x0B0561) is known color: Midnight Blue. HEX triplet: 0B, 05 and 61. RGB value is (11,5,97). Sum of RGB (Red+Green+Blue) = 11+5+97=113 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.73% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 97 (38.28% from 255 or 85.84% from 113); Max value from RGB is 97 - color contains mainly: blue. Hex color #0B0561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0561 is #F4FA9E. Grayscale: #101010. Windows color (decimal): -16054943 or 6358283. OLE color: 6358283.

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

Color convert

RGB 11 5 97 -
CMYK 0.89 0.95 0 0.62
HSL 243.91º 0.9% 0.2% -
HSV(B) 243.91º 0.95% 0.38% -
XYZ 2.35 1.04 11.39 -
YUV 17.28 172.99 123.52 -
System Red Green Blue C M Y K H S L
Decimal 11 5 97 0.89 0.95 0 0.62 243.91 0.9 0.2
Hex B 5 61 59 5F 0 3E F4 5A 14
Octal 13 5 141 131 137 0 76 364 132 24
Binary 1011 101 1100001 1011001 1011111 0 111110 11110100 1011010 10100

Color Harmonies of #0B0561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0561

Black with #0B0561

Text Example


Text Example

White with #0B0561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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