Html Css Color HEX #0F026B Midnight Blue

📋 copy color: '#0F026B'

red 15 ◦ green 2 ◦ blue 107

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

Shades of Midnight Blue #0F026B

Tints of Midnight Blue #0F026B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 86.29%

R = 12.1%
G = 1.61%
B = 86.29%

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

#0F026B (or 0x0F026B) is known color: Midnight Blue. HEX triplet: 0F, 02 and 6B. RGB value is (15,2,107). Sum of RGB (Red+Green+Blue) = 15+2+107=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 107 (42.19% from 255 or 86.29% from 124); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F026B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F026B is #F0FD94. Grayscale: #111111. Windows color (decimal): -15793557 or 7012879. OLE color: 7012879.

HSL color Cylindrical-coordinate representation of color #0F026B: hue angle of 247.43º 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 #0F026B is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 2 107 -
CMYK 0.86 0.98 0 0.58
HSL 247.43º 0.96% 0.21% -
HSV(B) 247.43º 0.98% 0.42% -
XYZ 2.87 1.21 13.99 -
YUV 17.86 178.31 125.96 -
System Red Green Blue C M Y K H S L
Decimal 15 2 107 0.86 0.98 0 0.58 247.43 0.96 0.21
Hex F 2 6B 56 62 0 3A F7 60 15
Octal 17 2 153 126 142 0 72 367 140 25
Binary 1111 10 1101011 1010110 1100010 0 111010 11110111 1100000 10101

Color Harmonies of #0F026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F026B

Black with #0F026B

Text Example


Text Example

White with #0F026B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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