Html Css Color HEX #0F1560 Midnight Blue

📋 copy color: '#0F1560'

red 15 ◦ green 21 ◦ blue 96

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

Shades of Midnight Blue #0F1560

Tints of Midnight Blue #0F1560

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.91%

 BLUE value IS 96 (37.89% from 255) = 72.73%

R = 11.36%
G = 15.91%
B = 72.73%

CMYK

 C value IS 0.84

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F1560 (or 0x0F1560) is known color: Midnight Blue. HEX triplet: 0F, 15 and 60. RGB value is (15,21,96). Sum of RGB (Red+Green+Blue) = 15+21+96=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F1560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1560 is #F0EA9F. Grayscale: #1B1B1B. Windows color (decimal): -15788704 or 6296847. OLE color: 6296847.

HSL color Cylindrical-coordinate representation of color #0F1560: hue angle of 235.56º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F1560 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 21 96 -
CMYK 0.84 0.78 0 0.62
HSL 235.56º 0.73% 0.22% -
HSV(B) 235.56º 0.84% 0.38% -
XYZ 2.58 1.48 11.22 -
YUV 27.76 166.51 118.9 -
System Red Green Blue C M Y K H S L
Decimal 15 21 96 0.84 0.78 0 0.62 235.56 0.73 0.22
Hex F 15 60 54 4E 0 3E EC 49 16
Octal 17 25 140 124 116 0 76 354 111 26
Binary 1111 10101 1100000 1010100 1001110 0 111110 11101100 1001001 10110

Color Harmonies of #0F1560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1560

Black with #0F1560

Text Example


Text Example

White with #0F1560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,21,96); }

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

background-color css

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

 a { background-color: rgb(15,21,96); }

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

border-color css

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

 span { border-color: rgb(15,21,96); }

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