Html Css Color HEX #0F1173 Midnight Blue

📋 copy color: '#0F1173'

red 15 ◦ green 17 ◦ blue 115

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

Shades of Midnight Blue #0F1173

Tints of Midnight Blue #0F1173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 78.23%

R = 10.2%
G = 11.56%
B = 78.23%

CMYK

 C value IS 0.87

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0F1173 (or 0x0F1173) is known color: Midnight Blue. HEX triplet: 0F, 11 and 73. RGB value is (15,17,115). Sum of RGB (Red+Green+Blue) = 15+17+115=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 115 (45.31% from 255 or 78.23% from 147); Max value from RGB is 115 - color contains mainly: blue. Hex color #0F1173 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1173 is #F0EE8C. Grayscale: #1B1B1B. Windows color (decimal): -15789709 or 7541007. OLE color: 7541007.

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

Color convert

RGB 15 17 115 -
CMYK 0.87 0.85 0 0.55
HSL 238.8º 0.77% 0.25% -
HSV(B) 238.8º 0.87% 0.45% -
XYZ 3.49 1.74 16.37 -
YUV 27.57 177.34 119.03 -
System Red Green Blue C M Y K H S L
Decimal 15 17 115 0.87 0.85 0 0.55 238.8 0.77 0.25
Hex F 11 73 57 55 0 37 EF 4D 19
Octal 17 21 163 127 125 0 67 357 115 31
Binary 1111 10001 1110011 1010111 1010101 0 110111 11101111 1001101 11001

Color Harmonies of #0F1173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1173

Black with #0F1173

Text Example


Text Example

White with #0F1173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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