Html Css Color HEX #0F166F Midnight Blue

📋 copy color: '#0F166F'

red 15 ◦ green 22 ◦ blue 111

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

Shades of Midnight Blue #0F166F

Tints of Midnight Blue #0F166F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.86%

 BLUE value IS 111 (43.75% from 255) = 75%

R = 10.14%
G = 14.86%
B = 75%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0F166F (or 0x0F166F) is known color: Midnight Blue. HEX triplet: 0F, 16 and 6F. RGB value is (15,22,111). Sum of RGB (Red+Green+Blue) = 15+22+111=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 111 (43.75% from 255 or 75% from 148); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F166F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F166F is #F0E990. Grayscale: #1D1D1D. Windows color (decimal): -15788433 or 7280143. OLE color: 7280143.

HSL color Cylindrical-coordinate representation of color #0F166F: hue angle of 235.62º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F166F is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 22 111 -
CMYK 0.86 0.80 0 0.56
HSL 235.63º 0.76% 0.25% -
HSV(B) 235.63º 0.86% 0.44% -
XYZ 3.35 1.82 15.21 -
YUV 30.05 173.68 117.26 -
System Red Green Blue C M Y K H S L
Decimal 15 22 111 0.86 0.80 0 0.56 235.63 0.76 0.25
Hex F 16 6F 56 50 0 38 EC 4C 19
Octal 17 26 157 126 120 0 70 354 114 31
Binary 1111 10110 1101111 1010110 1010000 0 111000 11101100 1001100 11001

Color Harmonies of #0F166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F166F

Black with #0F166F

Text Example


Text Example

White with #0F166F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,22,111); }

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

background-color css

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

 a { background-color: rgb(15,22,111); }

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

border-color css

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

 span { border-color: rgb(15,22,111); }

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