Html Css Color HEX #0F0451 Midnight Blue

📋 copy color: '#0F0451'

red 15 ◦ green 4 ◦ blue 81

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

Shades of Midnight Blue #0F0451

Tints of Midnight Blue #0F0451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 81%

R = 15%
G = 4%
B = 81%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0F0451 (or 0x0F0451) is known color: Midnight Blue. HEX triplet: 0F, 04 and 51. RGB value is (15,4,81). Sum of RGB (Red+Green+Blue) = 15+4+81=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 81 (32.03% from 255 or 81% from 100); Max value from RGB is 81 - color contains mainly: blue. Hex color #0F0451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0451 is #F0FBAE. Grayscale: #0F0F0F. Windows color (decimal): -15793071 or 5309455. OLE color: 5309455.

HSL color Cylindrical-coordinate representation of color #0F0451: hue angle of 248.57º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F0451 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 15 4 81 -
CMYK 0.81 0.95 0 0.68
HSL 248.57º 0.91% 0.17% -
HSV(B) 248.57º 0.95% 0.32% -
XYZ 1.73 0.78 7.84 -
YUV 16.07 164.64 127.24 -
System Red Green Blue C M Y K H S L
Decimal 15 4 81 0.81 0.95 0 0.68 248.57 0.91 0.17
Hex F 4 51 51 5F 0 44 F9 5B 11
Octal 17 4 121 121 137 0 104 371 133 21
Binary 1111 100 1010001 1010001 1011111 0 1000100 11111001 1011011 10001

Color Harmonies of #0F0451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0451

Black with #0F0451

Text Example


Text Example

White with #0F0451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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