Html Css Color HEX #0F1379 Midnight Blue

📋 copy color: '#0F1379'

red 15 ◦ green 19 ◦ blue 121

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

Shades of Midnight Blue #0F1379

Tints of Midnight Blue #0F1379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 78.06%

R = 9.68%
G = 12.26%
B = 78.06%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0F1379 (or 0x0F1379) is known color: Midnight Blue. HEX triplet: 0F, 13 and 79. RGB value is (15,19,121). Sum of RGB (Red+Green+Blue) = 15+19+121=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 121 (47.66% from 255 or 78.06% from 155); Max value from RGB is 121 - color contains mainly: blue. Hex color #0F1379 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1379 is #F0EC86. Grayscale: #1D1D1D. Windows color (decimal): -15789191 or 7934735. OLE color: 7934735.

HSL color Cylindrical-coordinate representation of color #0F1379: hue angle of 237.74º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F1379 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 19 121 -
CMYK 0.88 0.84 0 0.53
HSL 237.74º 0.78% 0.27% -
HSV(B) 237.74º 0.88% 0.47% -
XYZ 3.88 1.95 18.26 -
YUV 29.43 179.67 117.71 -
System Red Green Blue C M Y K H S L
Decimal 15 19 121 0.88 0.84 0 0.53 237.74 0.78 0.27
Hex F 13 79 58 54 0 35 EE 4E 1B
Octal 17 23 171 130 124 0 65 356 116 33
Binary 1111 10011 1111001 1011000 1010100 0 110101 11101110 1001110 11011

Color Harmonies of #0F1379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1379

Black with #0F1379

Text Example


Text Example

White with #0F1379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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