Html Css Color HEX #0F0750 Midnight Blue

📋 copy color: '#0F0750'

red 15 ◦ green 7 ◦ blue 80

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

Shades of Midnight Blue #0F0750

Tints of Midnight Blue #0F0750

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.86%

 BLUE value IS 80 (31.64% from 255) = 78.43%

R = 14.71%
G = 6.86%
B = 78.43%

CMYK

 C value IS 0.81

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F0750 (or 0x0F0750) is known color: Midnight Blue. HEX triplet: 0F, 07 and 50. RGB value is (15,7,80). Sum of RGB (Red+Green+Blue) = 15+7+80=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 80 (31.64% from 255 or 78.43% from 102); Max value from RGB is 80 - color contains mainly: blue. Hex color #0F0750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0750 is #F0F8AF. Grayscale: #111111. Windows color (decimal): -15792304 or 5244687. OLE color: 5244687.

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

Color convert

RGB 15 7 80 -
CMYK 0.81 0.91 0 0.69
HSL 246.58º 0.84% 0.17% -
HSV(B) 246.58º 0.91% 0.31% -
XYZ 1.72 0.83 7.66 -
YUV 17.71 163.15 126.06 -
System Red Green Blue C M Y K H S L
Decimal 15 7 80 0.81 0.91 0 0.69 246.58 0.84 0.17
Hex F 7 50 51 5B 0 45 F7 54 11
Octal 17 7 120 121 133 0 105 367 124 21
Binary 1111 111 1010000 1010001 1011011 0 1000101 11110111 1010100 10001

Color Harmonies of #0F0750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0750

Black with #0F0750

Text Example


Text Example

White with #0F0750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,7,80); }

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

background-color css

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

 a { background-color: rgb(15,7,80); }

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

border-color css

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

 span { border-color: rgb(15,7,80); }

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