Html Css Color HEX #0F015B Midnight Blue

📋 copy color: '#0F015B'

red 15 ◦ green 1 ◦ blue 91

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

Shades of Midnight Blue #0F015B

Tints of Midnight Blue #0F015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.93%

 BLUE value IS 91 (35.94% from 255) = 85.05%

R = 14.02%
G = 0.93%
B = 85.05%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0F015B (or 0x0F015B) is known color: Midnight Blue. HEX triplet: 0F, 01 and 5B. RGB value is (15,1,91). Sum of RGB (Red+Green+Blue) = 15+1+91=107 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.02% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 91 (35.94% from 255 or 85.05% from 107); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F015B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F015B is #F0FEA4. Grayscale: #0F0F0F. Windows color (decimal): -15793829 or 5964047. OLE color: 5964047.

HSL color Cylindrical-coordinate representation of color #0F015B: hue angle of 249.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F015B is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 15 1 91 -
CMYK 0.84 0.99 0 0.64
HSL 249.33º 0.98% 0.18% -
HSV(B) 249.33º 0.99% 0.36% -
XYZ 2.1 0.88 9.96 -
YUV 15.45 170.64 127.68 -
System Red Green Blue C M Y K H S L
Decimal 15 1 91 0.84 0.99 0 0.64 249.33 0.98 0.18
Hex F 1 5B 54 63 0 40 F9 62 12
Octal 17 1 133 124 143 0 100 371 142 22
Binary 1111 1 1011011 1010100 1100011 0 1000000 11111001 1100010 10010

Color Harmonies of #0F015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F015B

Black with #0F015B

Text Example


Text Example

White with #0F015B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,1,91); }

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

background-color css

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

 a { background-color: rgb(15,1,91); }

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

border-color css

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

 span { border-color: rgb(15,1,91); }

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