Html Css Color HEX #0F0862 Midnight Blue

📋 copy color: '#0F0862'

red 15 ◦ green 8 ◦ blue 98

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

Shades of Midnight Blue #0F0862

Tints of Midnight Blue #0F0862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 80.99%

R = 12.4%
G = 6.61%
B = 80.99%

CMYK

 C value IS 0.85

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F0862 (or 0x0F0862) is known color: Midnight Blue. HEX triplet: 0F, 08 and 62. RGB value is (15,8,98). Sum of RGB (Red+Green+Blue) = 15+8+98=121 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.40% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 98 (38.67% from 255 or 80.99% from 121); Max value from RGB is 98 - color contains mainly: blue. Hex color #0F0862 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0862 is #F0F79D. Grayscale: #141414. Windows color (decimal): -15792030 or 6424591. OLE color: 6424591.

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

Color convert

RGB 15 8 98 -
CMYK 0.85 0.92 0 0.62
HSL 244.67º 0.85% 0.21% -
HSV(B) 244.67º 0.92% 0.38% -
XYZ 2.49 1.16 11.65 -
YUV 20.35 171.82 124.18 -
System Red Green Blue C M Y K H S L
Decimal 15 8 98 0.85 0.92 0 0.62 244.67 0.85 0.21
Hex F 8 62 55 5C 0 3E F5 55 15
Octal 17 10 142 125 134 0 76 365 125 25
Binary 1111 1000 1100010 1010101 1011100 0 111110 11110101 1010101 10101

Color Harmonies of #0F0862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0862

Black with #0F0862

Text Example


Text Example

White with #0F0862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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