Html Css Color HEX #0F1256 Midnight Blue

📋 copy color: '#0F1256'

red 15 ◦ green 18 ◦ blue 86

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

Shades of Midnight Blue #0F1256

Tints of Midnight Blue #0F1256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 72.27%

R = 12.61%
G = 15.13%
B = 72.27%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0F1256 (or 0x0F1256) is known color: Midnight Blue. HEX triplet: 0F, 12 and 56. RGB value is (15,18,86). Sum of RGB (Red+Green+Blue) = 15+18+86=119 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.61% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 86 (33.98% from 255 or 72.27% from 119); Max value from RGB is 86 - color contains mainly: blue. Hex color #0F1256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1256 is #F0EDA9. Grayscale: #181818. Windows color (decimal): -15789482 or 5640719. OLE color: 5640719.

HSL color Cylindrical-coordinate representation of color #0F1256: hue angle of 237.46º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F1256 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 15 18 86 -
CMYK 0.83 0.79 0 0.66
HSL 237.46º 0.7% 0.2% -
HSV(B) 237.46º 0.83% 0.34% -
XYZ 2.09 1.21 8.93 -
YUV 24.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 15 18 86 0.83 0.79 0 0.66 237.46 0.7 0.2
Hex F 12 56 53 4F 0 42 ED 46 14
Octal 17 22 126 123 117 0 102 355 106 24
Binary 1111 10010 1010110 1010011 1001111 0 1000010 11101101 1000110 10100

Color Harmonies of #0F1256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1256

Black with #0F1256

Text Example


Text Example

White with #0F1256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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