Html Css Color HEX #0F1069 Midnight Blue

📋 copy color: '#0F1069'

red 15 ◦ green 16 ◦ blue 105

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

Shades of Midnight Blue #0F1069

Tints of Midnight Blue #0F1069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 77.21%

R = 11.03%
G = 11.76%
B = 77.21%

CMYK

 C value IS 0.86

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0F1069 (or 0x0F1069) is known color: Midnight Blue. HEX triplet: 0F, 10 and 69. RGB value is (15,16,105). Sum of RGB (Red+Green+Blue) = 15+16+105=136 (18% of max value = 765). Red value is 15 (6.25% from 255 or 11.03% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 105 (41.41% from 255 or 77.21% from 136); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F1069 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1069 is #F0EF96. Grayscale: #191919. Windows color (decimal): -15789975 or 6885391. OLE color: 6885391.

HSL color Cylindrical-coordinate representation of color #0F1069: hue angle of 239.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F1069 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 15 16 105 -
CMYK 0.86 0.85 0 0.59
HSL 239.33º 0.75% 0.24% -
HSV(B) 239.33º 0.86% 0.41% -
XYZ 2.93 1.49 13.5 -
YUV 25.85 172.67 120.26 -
System Red Green Blue C M Y K H S L
Decimal 15 16 105 0.86 0.85 0 0.59 239.33 0.75 0.24
Hex F 10 69 56 55 0 3B EF 4B 18
Octal 17 20 151 126 125 0 73 357 113 30
Binary 1111 10000 1101001 1010110 1010101 0 111011 11101111 1001011 11000

Color Harmonies of #0F1069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1069

Black with #0F1069

Text Example


Text Example

White with #0F1069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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