Html Css Color HEX #0F1371 Midnight Blue

📋 copy color: '#0F1371'

red 15 ◦ green 19 ◦ blue 113

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

Shades of Midnight Blue #0F1371

Tints of Midnight Blue #0F1371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.93%

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

R = 10.2%
G = 12.93%
B = 76.87%

CMYK

 C value IS 0.87

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0F1371 (or 0x0F1371) is known color: Midnight Blue. HEX triplet: 0F, 13 and 71. RGB value is (15,19,113). Sum of RGB (Red+Green+Blue) = 15+19+113=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 113 (44.53% from 255 or 76.87% from 147); Max value from RGB is 113 - color contains mainly: blue. Hex color #0F1371 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1371 is #F0EC8E. Grayscale: #1C1C1C. Windows color (decimal): -15789199 or 7410447. OLE color: 7410447.

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

Color convert

RGB 15 19 113 -
CMYK 0.87 0.83 0 0.56
HSL 237.55º 0.77% 0.25% -
HSV(B) 237.55º 0.87% 0.44% -
XYZ 3.41 1.76 15.78 -
YUV 28.52 175.67 118.36 -
System Red Green Blue C M Y K H S L
Decimal 15 19 113 0.87 0.83 0 0.56 237.55 0.77 0.25
Hex F 13 71 57 53 0 38 EE 4D 19
Octal 17 23 161 127 123 0 70 356 115 31
Binary 1111 10011 1110001 1010111 1010011 0 111000 11101110 1001101 11001

Color Harmonies of #0F1371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1371

Black with #0F1371

Text Example


Text Example

White with #0F1371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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