Html Css Color HEX #0B0563 Midnight Blue

📋 copy color: '#0B0563'

red 11 ◦ green 5 ◦ blue 99

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

Shades of Midnight Blue #0B0563

Tints of Midnight Blue #0B0563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 86.09%

R = 9.57%
G = 4.35%
B = 86.09%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0B0563 (or 0x0B0563) is known color: Midnight Blue. HEX triplet: 0B, 05 and 63. RGB value is (11,5,99). Sum of RGB (Red+Green+Blue) = 11+5+99=115 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.57% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 99 (39.06% from 255 or 86.09% from 115); Max value from RGB is 99 - color contains mainly: blue. Hex color #0B0563 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0563 is #F4FA9C. Grayscale: #111111. Windows color (decimal): -16054941 or 6489355. OLE color: 6489355.

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

Color convert

RGB 11 5 99 -
CMYK 0.89 0.95 0 0.61
HSL 243.83º 0.9% 0.2% -
HSV(B) 243.83º 0.95% 0.39% -
XYZ 2.44 1.08 11.88 -
YUV 17.51 173.99 123.36 -
System Red Green Blue C M Y K H S L
Decimal 11 5 99 0.89 0.95 0 0.61 243.83 0.9 0.2
Hex B 5 63 59 5F 0 3D F4 5A 14
Octal 13 5 143 131 137 0 75 364 132 24
Binary 1011 101 1100011 1011001 1011111 0 111101 11110100 1011010 10100

Color Harmonies of #0B0563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0563

Black with #0B0563

Text Example


Text Example

White with #0B0563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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