Html Css Color HEX #0F0868 Midnight Blue

📋 copy color: '#0F0868'

red 15 ◦ green 8 ◦ blue 104

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

Shades of Midnight Blue #0F0868

Tints of Midnight Blue #0F0868

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.3%

 BLUE value IS 104 (41.02% from 255) = 81.89%

R = 11.81%
G = 6.3%
B = 81.89%

CMYK

 C value IS 0.86

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0F0868 (or 0x0F0868) is known color: Midnight Blue. HEX triplet: 0F, 08 and 68. RGB value is (15,8,104). Sum of RGB (Red+Green+Blue) = 15+8+104=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 104 (41.02% from 255 or 81.89% from 127); Max value from RGB is 104 - color contains mainly: blue. Hex color #0F0868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0868 is #F0F797. Grayscale: #141414. Windows color (decimal): -15792024 or 6817807. OLE color: 6817807.

HSL color Cylindrical-coordinate representation of color #0F0868: hue angle of 244.37º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F0868 is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 15 8 104 -
CMYK 0.86 0.92 0 0.59
HSL 244.38º 0.86% 0.22% -
HSV(B) 244.38º 0.92% 0.41% -
XYZ 2.78 1.27 13.2 -
YUV 21.04 174.82 123.69 -
System Red Green Blue C M Y K H S L
Decimal 15 8 104 0.86 0.92 0 0.59 244.38 0.86 0.22
Hex F 8 68 56 5C 0 3B F4 56 16
Octal 17 10 150 126 134 0 73 364 126 26
Binary 1111 1000 1101000 1010110 1011100 0 111011 11110100 1010110 10110

Color Harmonies of #0F0868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0868

Black with #0F0868

Text Example


Text Example

White with #0F0868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,8,104); }

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

background-color css

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

 a { background-color: rgb(15,8,104); }

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

border-color css

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

 span { border-color: rgb(15,8,104); }

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