Html Css Color HEX #0F056B Midnight Blue

📋 copy color: '#0F056B'

red 15 ◦ green 5 ◦ blue 107

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

Shades of Midnight Blue #0F056B

Tints of Midnight Blue #0F056B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.94%

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

R = 11.81%
G = 3.94%
B = 84.25%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0F056B (or 0x0F056B) is known color: Midnight Blue. HEX triplet: 0F, 05 and 6B. RGB value is (15,5,107). Sum of RGB (Red+Green+Blue) = 15+5+107=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 107 (42.19% from 255 or 84.25% from 127); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F056B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F056B is #F0FA94. Grayscale: #131313. Windows color (decimal): -15792789 or 7013647. OLE color: 7013647.

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

Color convert

RGB 15 5 107 -
CMYK 0.86 0.95 0 0.58
HSL 245.88º 0.91% 0.22% -
HSV(B) 245.88º 0.95% 0.42% -
XYZ 2.91 1.27 14 -
YUV 19.62 177.31 124.71 -
System Red Green Blue C M Y K H S L
Decimal 15 5 107 0.86 0.95 0 0.58 245.88 0.91 0.22
Hex F 5 6B 56 5F 0 3A F6 5B 16
Octal 17 5 153 126 137 0 72 366 133 26
Binary 1111 101 1101011 1010110 1011111 0 111010 11110110 1011011 10110

Color Harmonies of #0F056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F056B

Black with #0F056B

Text Example


Text Example

White with #0F056B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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