Html Css Color HEX #0F036B Midnight Blue

📋 copy color: '#0F036B'

red 15 ◦ green 3 ◦ blue 107

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

Shades of Midnight Blue #0F036B

Tints of Midnight Blue #0F036B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.4%

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

R = 12%
G = 2.4%
B = 85.6%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0F036B (or 0x0F036B) is known color: Midnight Blue. HEX triplet: 0F, 03 and 6B. RGB value is (15,3,107). Sum of RGB (Red+Green+Blue) = 15+3+107=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 107 (42.19% from 255 or 85.6% from 125); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F036B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F036B is #F0FC94. Grayscale: #121212. Windows color (decimal): -15793301 or 7013135. OLE color: 7013135.

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

Color convert

RGB 15 3 107 -
CMYK 0.86 0.97 0 0.58
HSL 246.92º 0.95% 0.22% -
HSV(B) 246.92º 0.97% 0.42% -
XYZ 2.88 1.23 14 -
YUV 18.44 177.98 125.54 -
System Red Green Blue C M Y K H S L
Decimal 15 3 107 0.86 0.97 0 0.58 246.92 0.95 0.22
Hex F 3 6B 56 61 0 3A F7 5F 16
Octal 17 3 153 126 141 0 72 367 137 26
Binary 1111 11 1101011 1010110 1100001 0 111010 11110111 1011111 10110

Color Harmonies of #0F036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F036B

Black with #0F036B

Text Example


Text Example

White with #0F036B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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