Html Css Color HEX #0F0063 Midnight Blue

📋 copy color: '#0F0063'

red 15 ◦ green 0 ◦ blue 99

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

Shades of Midnight Blue #0F0063

Tints of Midnight Blue #0F0063

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 99 (39.06% from 255) = 86.84%

R = 13.16%
G = 0%
B = 86.84%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0F0063 (or 0x0F0063) is known color: Midnight Blue. HEX triplet: 0F, 00 and 63. RGB value is (15,0,99). Sum of RGB (Red+Green+Blue) = 15+0+99=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 99 (39.06% from 255 or 86.84% from 114); Max value from RGB is 99 - color contains mainly: blue. Hex color #0F0063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0063 is #F0FF9C. Grayscale: #0F0F0F. Windows color (decimal): -15794077 or 6488079. OLE color: 6488079.

HSL color Cylindrical-coordinate representation of color #0F0063: hue angle of 249.09º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F0063 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 15 0 99 -
CMYK 0.85 1 0 0.61
HSL 249.09º 1% 0.19% -
HSV(B) 249.09º 1% 0.39% -
XYZ 2.45 1 11.87 -
YUV 15.77 174.97 127.45 -
System Red Green Blue C M Y K H S L
Decimal 15 0 99 0.85 1 0 0.61 249.09 1 0.19
Hex F 0 63 55 64 0 3D F9 64 13
Octal 17 0 143 125 144 0 75 371 144 23
Binary 1111 0 1100011 1010101 1100100 0 111101 11111001 1100100 10011

Color Harmonies of #0F0063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0063

Black with #0F0063

Text Example


Text Example

White with #0F0063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,0,99); }

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

background-color css

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

 a { background-color: rgb(15,0,99); }

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

border-color css

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

 span { border-color: rgb(15,0,99); }

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