Html Css Color HEX #0F1060 Midnight Blue

📋 copy color: '#0F1060'

red 15 ◦ green 16 ◦ blue 96

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

Shades of Midnight Blue #0F1060

Tints of Midnight Blue #0F1060

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.6%

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

R = 11.81%
G = 12.6%
B = 75.59%

CMYK

 C value IS 0.84

 M value IS 0.83

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F1060 (or 0x0F1060) is known color: Midnight Blue. HEX triplet: 0F, 10 and 60. RGB value is (15,16,96). Sum of RGB (Red+Green+Blue) = 15+16+96=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 96 (37.89% from 255 or 75.59% from 127); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F1060 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1060 is #F0EF9F. Grayscale: #181818. Windows color (decimal): -15789984 or 6295567. OLE color: 6295567.

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

Color convert

RGB 15 16 96 -
CMYK 0.84 0.83 0 0.62
HSL 239.26º 0.73% 0.22% -
HSV(B) 239.26º 0.84% 0.38% -
XYZ 2.49 1.32 11.19 -
YUV 24.82 168.17 121 -
System Red Green Blue C M Y K H S L
Decimal 15 16 96 0.84 0.83 0 0.62 239.26 0.73 0.22
Hex F 10 60 54 53 0 3E EF 49 16
Octal 17 20 140 124 123 0 76 357 111 26
Binary 1111 10000 1100000 1010100 1010011 0 111110 11101111 1001001 10110

Color Harmonies of #0F1060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1060

Black with #0F1060

Text Example


Text Example

White with #0F1060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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