Html Css Color HEX #0F1979 Midnight Blue

📋 copy color: '#0F1979'

red 15 ◦ green 25 ◦ blue 121

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

Shades of Midnight Blue #0F1979

Tints of Midnight Blue #0F1979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.53%

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

R = 9.32%
G = 15.53%
B = 75.16%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0F1979 (or 0x0F1979) is known color: Midnight Blue. HEX triplet: 0F, 19 and 79. RGB value is (15,25,121). Sum of RGB (Red+Green+Blue) = 15+25+121=161 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.32% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 121 (47.66% from 255 or 75.16% from 161); Max value from RGB is 121 - color contains mainly: blue. Hex color #0F1979 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1979 is #F0E686. Grayscale: #202020. Windows color (decimal): -15787655 or 7936271. OLE color: 7936271.

HSL color Cylindrical-coordinate representation of color #0F1979: hue angle of 234.34º 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 #0F1979 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 25 121 -
CMYK 0.88 0.79 0 0.53
HSL 234.34º 0.78% 0.27% -
HSV(B) 234.34º 0.88% 0.47% -
XYZ 4 2.18 18.3 -
YUV 32.95 177.69 115.19 -
System Red Green Blue C M Y K H S L
Decimal 15 25 121 0.88 0.79 0 0.53 234.34 0.78 0.27
Hex F 19 79 58 4F 0 35 EA 4E 1B
Octal 17 31 171 130 117 0 65 352 116 33
Binary 1111 11001 1111001 1011000 1001111 0 110101 11101010 1001110 11011

Color Harmonies of #0F1979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1979

Black with #0F1979

Text Example


Text Example

White with #0F1979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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