Html Css Color HEX #0F0060 Midnight Blue

📋 copy color: '#0F0060'

red 15 ◦ green 0 ◦ blue 96

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

Shades of Midnight Blue #0F0060

Tints of Midnight Blue #0F0060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 86.49%

R = 13.51%
G = 0%
B = 86.49%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F0060 (or 0x0F0060) is known color: Midnight Blue. HEX triplet: 0F, 00 and 60. RGB value is (15,0,96). Sum of RGB (Red+Green+Blue) = 15+0+96=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 96 (37.89% from 255 or 86.49% from 111); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F0060 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0060 is #F0FF9F. Grayscale: #0F0F0F. Windows color (decimal): -15794080 or 6291471. OLE color: 6291471.

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

Color convert

RGB 15 0 96 -
CMYK 0.84 1 0 0.62
HSL 249.38º 1% 0.19% -
HSV(B) 249.38º 1% 0.38% -
XYZ 2.31 0.95 11.13 -
YUV 15.43 173.47 127.69 -
System Red Green Blue C M Y K H S L
Decimal 15 0 96 0.84 1 0 0.62 249.38 1 0.19
Hex F 0 60 54 64 0 3E F9 64 13
Octal 17 0 140 124 144 0 76 371 144 23
Binary 1111 0 1100000 1010100 1100100 0 111110 11111001 1100100 10011

Color Harmonies of #0F0060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0060

Black with #0F0060

Text Example


Text Example

White with #0F0060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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