Html Css Color HEX #0F0150 Midnight Blue

📋 copy color: '#0F0150'

red 15 ◦ green 1 ◦ blue 80

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

Shades of Midnight Blue #0F0150

Tints of Midnight Blue #0F0150

RGB

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

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

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

R = 15.63%
G = 1.04%
B = 83.33%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F0150 (or 0x0F0150) is known color: Midnight Blue. HEX triplet: 0F, 01 and 50. RGB value is (15,1,80). Sum of RGB (Red+Green+Blue) = 15+1+80=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 80 (31.64% from 255 or 83.33% from 96); Max value from RGB is 80 - color contains mainly: blue. Hex color #0F0150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0150 is #F0FEAF. Grayscale: #0D0D0D. Windows color (decimal): -15793840 or 5243151. OLE color: 5243151.

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

Color convert

RGB 15 1 80 -
CMYK 0.81 0.99 0 0.69
HSL 250.63º 0.98% 0.16% -
HSV(B) 250.63º 0.99% 0.31% -
XYZ 1.66 0.7 7.64 -
YUV 14.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 15 1 80 0.81 0.99 0 0.69 250.63 0.98 0.16
Hex F 1 50 51 63 0 45 FB 62 10
Octal 17 1 120 121 143 0 105 373 142 20
Binary 1111 1 1010000 1010001 1100011 0 1000101 11111011 1100010 10000

Color Harmonies of #0F0150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0150

Black with #0F0150

Text Example


Text Example

White with #0F0150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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