Html Css Color HEX #0B0A5F Midnight Blue

📋 copy color: '#0B0A5F'

red 11 ◦ green 10 ◦ blue 95

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

Shades of Midnight Blue #0B0A5F

Tints of Midnight Blue #0B0A5F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.62%

 BLUE value IS 95 (37.5% from 255) = 81.9%

R = 9.48%
G = 8.62%
B = 81.9%

CMYK

 C value IS 0.88

 M value IS 0.89

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0B0A5F (or 0x0B0A5F) is known color: Midnight Blue. HEX triplet: 0B, 0A and 5F. RGB value is (11,10,95). Sum of RGB (Red+Green+Blue) = 11+10+95=116 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.48% from 116); Green value is 10 (4.30% from 255 or 8.62% from 116); Blue value is 95 (37.5% from 255 or 81.90% from 116); Max value from RGB is 95 - color contains mainly: blue. Hex color #0B0A5F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0A5F is #F4F5A0. Grayscale: #131313. Windows color (decimal): -16053665 or 6228491. OLE color: 6228491.

HSL color Cylindrical-coordinate representation of color #0B0A5F: hue angle of 240.71º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B0A5F is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 11 10 95 -
CMYK 0.88 0.89 0 0.63
HSL 240.71º 0.81% 0.21% -
HSV(B) 240.71º 0.89% 0.37% -
XYZ 2.31 1.11 10.92 -
YUV 19.99 170.33 121.59 -
System Red Green Blue C M Y K H S L
Decimal 11 10 95 0.88 0.89 0 0.63 240.71 0.81 0.21
Hex B A 5F 58 59 0 3F F1 51 15
Octal 13 12 137 130 131 0 77 361 121 25
Binary 1011 1010 1011111 1011000 1011001 0 111111 11110001 1010001 10101

Color Harmonies of #0B0A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0A5F

Black with #0B0A5F

Text Example


Text Example

White with #0B0A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,10,95); }

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

background-color css

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

 a { background-color: rgb(11,10,95); }

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

border-color css

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

 span { border-color: rgb(11,10,95); }

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