Html Css Color HEX #0F1251 Midnight Blue

📋 copy color: '#0F1251'

red 15 ◦ green 18 ◦ blue 81

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

Shades of Midnight Blue #0F1251

Tints of Midnight Blue #0F1251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 71.05%

R = 13.16%
G = 15.79%
B = 71.05%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0F1251 (or 0x0F1251) is known color: Midnight Blue. HEX triplet: 0F, 12 and 51. RGB value is (15,18,81). Sum of RGB (Red+Green+Blue) = 15+18+81=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 81 (32.03% from 255 or 71.05% from 114); Max value from RGB is 81 - color contains mainly: blue. Hex color #0F1251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1251 is #F0EDAE. Grayscale: #181818. Windows color (decimal): -15789487 or 5313039. OLE color: 5313039.

HSL color Cylindrical-coordinate representation of color #0F1251: hue angle of 237.27º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F1251 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 15 18 81 -
CMYK 0.81 0.78 0 0.68
HSL 237.27º 0.69% 0.19% -
HSV(B) 237.27º 0.81% 0.32% -
XYZ 1.9 1.13 7.9 -
YUV 24.29 160.01 121.38 -
System Red Green Blue C M Y K H S L
Decimal 15 18 81 0.81 0.78 0 0.68 237.27 0.69 0.19
Hex F 12 51 51 4E 0 44 ED 45 13
Octal 17 22 121 121 116 0 104 355 105 23
Binary 1111 10010 1010001 1010001 1001110 0 1000100 11101101 1000101 10011

Color Harmonies of #0F1251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1251

Black with #0F1251

Text Example


Text Example

White with #0F1251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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