Html Css Color HEX #0B0F61 Midnight Blue

📋 copy color: '#0B0F61'

red 11 ◦ green 15 ◦ blue 97

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

Shades of Midnight Blue #0B0F61

Tints of Midnight Blue #0B0F61

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.2%

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

R = 8.94%
G = 12.2%
B = 78.86%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0B0F61 (or 0x0B0F61) is known color: Midnight Blue. HEX triplet: 0B, 0F and 61. RGB value is (11,15,97). Sum of RGB (Red+Green+Blue) = 11+15+97=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 97 (38.28% from 255 or 78.86% from 123); Max value from RGB is 97 - color contains mainly: blue. Hex color #0B0F61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0F61 is #F4F09E. Grayscale: #161616. Windows color (decimal): -16052383 or 6360843. OLE color: 6360843.

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

Color convert

RGB 11 15 97 -
CMYK 0.89 0.85 0 0.62
HSL 237.21º 0.8% 0.21% -
HSV(B) 237.21º 0.89% 0.38% -
XYZ 2.47 1.28 11.43 -
YUV 23.15 169.67 119.33 -
System Red Green Blue C M Y K H S L
Decimal 11 15 97 0.89 0.85 0 0.62 237.21 0.8 0.21
Hex B F 61 59 55 0 3E ED 50 15
Octal 13 17 141 131 125 0 76 355 120 25
Binary 1011 1111 1100001 1011001 1010101 0 111110 11101101 1010000 10101

Color Harmonies of #0B0F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0F61

Black with #0B0F61

Text Example


Text Example

White with #0B0F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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