Html Css Color HEX #0F026A Midnight Blue

📋 copy color: '#0F026A'

red 15 ◦ green 2 ◦ blue 106

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

Shades of Midnight Blue #0F026A

Tints of Midnight Blue #0F026A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.63%

 BLUE value IS 106 (41.8% from 255) = 86.18%

R = 12.2%
G = 1.63%
B = 86.18%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0F026A (or 0x0F026A) is known color: Midnight Blue. HEX triplet: 0F, 02 and 6A. RGB value is (15,2,106). Sum of RGB (Red+Green+Blue) = 15+2+106=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 106 (41.80% from 255 or 86.18% from 123); Max value from RGB is 106 - color contains mainly: blue. Hex color #0F026A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F026A is #F0FD95. Grayscale: #111111. Windows color (decimal): -15793558 or 6947343. OLE color: 6947343.

HSL color Cylindrical-coordinate representation of color #0F026A: hue angle of 247.5º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F026A is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 2 106 -
CMYK 0.86 0.98 0 0.58
HSL 247.5º 0.96% 0.21% -
HSV(B) 247.5º 0.98% 0.42% -
XYZ 2.82 1.19 13.72 -
YUV 17.74 177.81 126.04 -
System Red Green Blue C M Y K H S L
Decimal 15 2 106 0.86 0.98 0 0.58 247.5 0.96 0.21
Hex F 2 6A 56 62 0 3A F8 60 15
Octal 17 2 152 126 142 0 72 370 140 25
Binary 1111 10 1101010 1010110 1100010 0 111010 11111000 1100000 10101

Color Harmonies of #0F026A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F026A

Black with #0F026A

Text Example


Text Example

White with #0F026A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,2,106); }

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

background-color css

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

 a { background-color: rgb(15,2,106); }

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

border-color css

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

 span { border-color: rgb(15,2,106); }

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