Html Css Color HEX #0F015A Midnight Blue

📋 copy color: '#0F015A'

red 15 ◦ green 1 ◦ blue 90

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

Shades of Midnight Blue #0F015A

Tints of Midnight Blue #0F015A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 84.91%

R = 14.15%
G = 0.94%
B = 84.91%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0F015A (or 0x0F015A) is known color: Midnight Blue. HEX triplet: 0F, 01 and 5A. RGB value is (15,1,90). Sum of RGB (Red+Green+Blue) = 15+1+90=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 90 (35.55% from 255 or 84.91% from 106); Max value from RGB is 90 - color contains mainly: blue. Hex color #0F015A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F015A is #F0FEA5. Grayscale: #0E0E0E. Windows color (decimal): -15793830 or 5898511. OLE color: 5898511.

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

Color convert

RGB 15 1 90 -
CMYK 0.83 0.99 0 0.65
HSL 249.44º 0.98% 0.18% -
HSV(B) 249.44º 0.99% 0.35% -
XYZ 2.05 0.86 9.73 -
YUV 15.33 170.14 127.76 -
System Red Green Blue C M Y K H S L
Decimal 15 1 90 0.83 0.99 0 0.65 249.44 0.98 0.18
Hex F 1 5A 53 63 0 41 F9 62 12
Octal 17 1 132 123 143 0 101 371 142 22
Binary 1111 1 1011010 1010011 1100011 0 1000001 11111001 1100010 10010

Color Harmonies of #0F015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F015A

Black with #0F015A

Text Example


Text Example

White with #0F015A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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