Html Css Color HEX #0F1771 Midnight Blue

📋 copy color: '#0F1771'

red 15 ◦ green 23 ◦ blue 113

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

Shades of Midnight Blue #0F1771

Tints of Midnight Blue #0F1771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.23%

 BLUE value IS 113 (44.53% from 255) = 74.83%

R = 9.93%
G = 15.23%
B = 74.83%

CMYK

 C value IS 0.87

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0F1771 (or 0x0F1771) is known color: Midnight Blue. HEX triplet: 0F, 17 and 71. RGB value is (15,23,113). Sum of RGB (Red+Green+Blue) = 15+23+113=151 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.93% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 113 (44.53% from 255 or 74.83% from 151); Max value from RGB is 113 - color contains mainly: blue. Hex color #0F1771 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1771 is #F0E88E. Grayscale: #1E1E1E. Windows color (decimal): -15788175 or 7411471. OLE color: 7411471.

HSL color Cylindrical-coordinate representation of color #0F1771: hue angle of 235.1º degrees, saturation: 0.77, 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 #0F1771 is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 23 113 -
CMYK 0.87 0.80 0 0.56
HSL 235.1º 0.77% 0.25% -
HSV(B) 235.1º 0.87% 0.44% -
XYZ 3.48 1.91 15.81 -
YUV 30.87 174.35 116.68 -
System Red Green Blue C M Y K H S L
Decimal 15 23 113 0.87 0.80 0 0.56 235.1 0.77 0.25
Hex F 17 71 57 50 0 38 EB 4D 19
Octal 17 27 161 127 120 0 70 353 115 31
Binary 1111 10111 1110001 1010111 1010000 0 111000 11101011 1001101 11001

Color Harmonies of #0F1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1771

Black with #0F1771

Text Example


Text Example

White with #0F1771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,23,113); }

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

background-color css

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

 a { background-color: rgb(15,23,113); }

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

border-color css

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

 span { border-color: rgb(15,23,113); }

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