Html Css Color HEX #0F1261 Midnight Blue

📋 copy color: '#0F1261'

red 15 ◦ green 18 ◦ blue 97

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

Shades of Midnight Blue #0F1261

Tints of Midnight Blue #0F1261

RGB

 RED value IS 15 (6.25% from 255) = 11.54%

 GREEN value IS 18 (7.42% from 255) = 13.85%

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

R = 11.54%
G = 13.85%
B = 74.62%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F1261 (or 0x0F1261) is known color: Midnight Blue. HEX triplet: 0F, 12 and 61. RGB value is (15,18,97). Sum of RGB (Red+Green+Blue) = 15+18+97=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 97 (38.28% from 255 or 74.62% from 130); Max value from RGB is 97 - color contains mainly: blue. Hex color #0F1261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1261 is #F0ED9E. Grayscale: #191919. Windows color (decimal): -15789471 or 6361615. OLE color: 6361615.

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

Color convert

RGB 15 18 97 -
CMYK 0.85 0.81 0 0.62
HSL 237.8º 0.73% 0.22% -
HSV(B) 237.8º 0.85% 0.38% -
XYZ 2.57 1.4 11.44 -
YUV 26.11 168.01 120.08 -
System Red Green Blue C M Y K H S L
Decimal 15 18 97 0.85 0.81 0 0.62 237.8 0.73 0.22
Hex F 12 61 55 51 0 3E EE 49 16
Octal 17 22 141 125 121 0 76 356 111 26
Binary 1111 10010 1100001 1010101 1010001 0 111110 11101110 1001001 10110

Color Harmonies of #0F1261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1261

Black with #0F1261

Text Example


Text Example

White with #0F1261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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