Html Css Color HEX #0B0359 Midnight Blue

📋 copy color: '#0B0359'

red 11 ◦ green 3 ◦ blue 89

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

Shades of Midnight Blue #0B0359

Tints of Midnight Blue #0B0359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.91%

 BLUE value IS 89 (35.16% from 255) = 86.41%

R = 10.68%
G = 2.91%
B = 86.41%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0B0359 (or 0x0B0359) is known color: Midnight Blue. HEX triplet: 0B, 03 and 59. RGB value is (11,3,89). Sum of RGB (Red+Green+Blue) = 11+3+89=103 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.68% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 89 (35.16% from 255 or 86.41% from 103); Max value from RGB is 89 - color contains mainly: blue. Hex color #0B0359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0359 is #F4FCA6. Grayscale: #0E0E0E. Windows color (decimal): -16055463 or 5833483. OLE color: 5833483.

HSL color Cylindrical-coordinate representation of color #0B0359: hue angle of 245.58º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B0359 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 3 89 -
CMYK 0.88 0.97 0 0.65
HSL 245.58º 0.93% 0.18% -
HSV(B) 245.58º 0.97% 0.35% -
XYZ 1.97 0.86 9.51 -
YUV 15.2 169.65 125.01 -
System Red Green Blue C M Y K H S L
Decimal 11 3 89 0.88 0.97 0 0.65 245.58 0.93 0.18
Hex B 3 59 58 61 0 41 F6 5D 12
Octal 13 3 131 130 141 0 101 366 135 22
Binary 1011 11 1011001 1011000 1100001 0 1000001 11110110 1011101 10010

Color Harmonies of #0B0359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0359

Black with #0B0359

Text Example


Text Example

White with #0B0359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,3,89); }

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

background-color css

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

 a { background-color: rgb(11,3,89); }

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

border-color css

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

 span { border-color: rgb(11,3,89); }

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