Html Css Color HEX #0F1170 Midnight Blue

📋 copy color: '#0F1170'

red 15 ◦ green 17 ◦ blue 112

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

Shades of Midnight Blue #0F1170

Tints of Midnight Blue #0F1170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 77.78%

R = 10.42%
G = 11.81%
B = 77.78%

CMYK

 C value IS 0.87

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0F1170 (or 0x0F1170) is known color: Midnight Blue. HEX triplet: 0F, 11 and 70. RGB value is (15,17,112). Sum of RGB (Red+Green+Blue) = 15+17+112=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 112 (44.14% from 255 or 77.78% from 144); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F1170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1170 is #F0EE8F. Grayscale: #1A1A1A. Windows color (decimal): -15789712 or 7344399. OLE color: 7344399.

HSL color Cylindrical-coordinate representation of color #0F1170: hue angle of 238.76º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F1170 is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 17 112 -
CMYK 0.87 0.85 0 0.56
HSL 238.76º 0.76% 0.25% -
HSV(B) 238.76º 0.87% 0.44% -
XYZ 3.32 1.67 15.48 -
YUV 27.23 175.84 119.28 -
System Red Green Blue C M Y K H S L
Decimal 15 17 112 0.87 0.85 0 0.56 238.76 0.76 0.25
Hex F 11 70 57 55 0 38 EF 4C 19
Octal 17 21 160 127 125 0 70 357 114 31
Binary 1111 10001 1110000 1010111 1010101 0 111000 11101111 1001100 11001

Color Harmonies of #0F1170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1170

Black with #0F1170

Text Example


Text Example

White with #0F1170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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