Html Css Color HEX #0F0463 Midnight Blue

📋 copy color: '#0F0463'

red 15 ◦ green 4 ◦ blue 99

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

Shades of Midnight Blue #0F0463

Tints of Midnight Blue #0F0463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.39%

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

R = 12.71%
G = 3.39%
B = 83.9%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0F0463 (or 0x0F0463) is known color: Midnight Blue. HEX triplet: 0F, 04 and 63. RGB value is (15,4,99). Sum of RGB (Red+Green+Blue) = 15+4+99=118 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.71% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 99 (39.06% from 255 or 83.90% from 118); Max value from RGB is 99 - color contains mainly: blue. Hex color #0F0463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0463 is #F0FB9C. Grayscale: #111111. Windows color (decimal): -15793053 or 6489103. OLE color: 6489103.

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

Color convert

RGB 15 4 99 -
CMYK 0.85 0.96 0 0.61
HSL 246.95º 0.92% 0.2% -
HSV(B) 246.95º 0.96% 0.39% -
XYZ 2.49 1.09 11.88 -
YUV 18.12 173.64 125.78 -
System Red Green Blue C M Y K H S L
Decimal 15 4 99 0.85 0.96 0 0.61 246.95 0.92 0.2
Hex F 4 63 55 60 0 3D F7 5C 14
Octal 17 4 143 125 140 0 75 367 134 24
Binary 1111 100 1100011 1010101 1100000 0 111101 11110111 1011100 10100

Color Harmonies of #0F0463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0463

Black with #0F0463

Text Example


Text Example

White with #0F0463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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