Html Css Color HEX #0F117E Midnight Blue

📋 copy color: '#0F117E'

red 15 ◦ green 17 ◦ blue 126

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

Shades of Midnight Blue #0F117E

Tints of Midnight Blue #0F117E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.76%

 BLUE value IS 126 (49.61% from 255) = 79.75%

R = 9.49%
G = 10.76%
B = 79.75%

CMYK

 C value IS 0.88

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0F117E (or 0x0F117E) is known color: Midnight Blue. HEX triplet: 0F, 11 and 7E. RGB value is (15,17,126). Sum of RGB (Red+Green+Blue) = 15+17+126=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 126 (49.61% from 255 or 79.75% from 158); Max value from RGB is 126 - color contains mainly: blue. Hex color #0F117E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F117E is #F0EE81. Grayscale: #1C1C1C. Windows color (decimal): -15789698 or 8261903. OLE color: 8261903.

HSL color Cylindrical-coordinate representation of color #0F117E: hue angle of 238.92º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F117E is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 17 126 -
CMYK 0.88 0.87 0 0.51
HSL 238.92º 0.79% 0.28% -
HSV(B) 238.92º 0.88% 0.49% -
XYZ 4.16 2.01 19.91 -
YUV 28.83 182.84 118.14 -
System Red Green Blue C M Y K H S L
Decimal 15 17 126 0.88 0.87 0 0.51 238.92 0.79 0.28
Hex F 11 7E 58 57 0 33 EF 4F 1C
Octal 17 21 176 130 127 0 63 357 117 34
Binary 1111 10001 1111110 1011000 1010111 0 110011 11101111 1001111 11100

Color Harmonies of #0F117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F117E

Black with #0F117E

Text Example


Text Example

White with #0F117E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,17,126); }

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

background-color css

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

 a { background-color: rgb(15,17,126); }

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

border-color css

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

 span { border-color: rgb(15,17,126); }

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