Html Css Color HEX #0F1479 Midnight Blue

📋 copy color: '#0F1479'

red 15 ◦ green 20 ◦ blue 121

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

Shades of Midnight Blue #0F1479

Tints of Midnight Blue #0F1479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.82%

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

R = 9.62%
G = 12.82%
B = 77.56%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0F1479 (or 0x0F1479) is known color: Midnight Blue. HEX triplet: 0F, 14 and 79. RGB value is (15,20,121). Sum of RGB (Red+Green+Blue) = 15+20+121=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 121 (47.66% from 255 or 77.56% from 156); Max value from RGB is 121 - color contains mainly: blue. Hex color #0F1479 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1479 is #F0EB86. Grayscale: #1D1D1D. Windows color (decimal): -15788935 or 7934991. OLE color: 7934991.

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

Color convert

RGB 15 20 121 -
CMYK 0.88 0.83 0 0.53
HSL 237.17º 0.78% 0.27% -
HSV(B) 237.17º 0.88% 0.47% -
XYZ 3.9 1.98 18.27 -
YUV 30.02 179.34 117.29 -
System Red Green Blue C M Y K H S L
Decimal 15 20 121 0.88 0.83 0 0.53 237.17 0.78 0.27
Hex F 14 79 58 53 0 35 ED 4E 1B
Octal 17 24 171 130 123 0 65 355 116 33
Binary 1111 10100 1111001 1011000 1010011 0 110101 11101101 1001110 11011

Color Harmonies of #0F1479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1479

Black with #0F1479

Text Example


Text Example

White with #0F1479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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