Html Css Color HEX #0F1661 Midnight Blue

📋 copy color: '#0F1661'

red 15 ◦ green 22 ◦ blue 97

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

Shades of Midnight Blue #0F1661

Tints of Midnight Blue #0F1661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 72.39%

R = 11.19%
G = 16.42%
B = 72.39%

CMYK

 C value IS 0.85

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F1661 (or 0x0F1661) is known color: Midnight Blue. HEX triplet: 0F, 16 and 61. RGB value is (15,22,97). Sum of RGB (Red+Green+Blue) = 15+22+97=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 97 (38.28% from 255 or 72.39% from 134); Max value from RGB is 97 - color contains mainly: blue. Hex color #0F1661 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1661 is #F0E99E. Grayscale: #1C1C1C. Windows color (decimal): -15788447 or 6362639. OLE color: 6362639.

HSL color Cylindrical-coordinate representation of color #0F1661: hue angle of 234.88º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F1661 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 22 97 -
CMYK 0.85 0.77 0 0.62
HSL 234.88º 0.73% 0.22% -
HSV(B) 234.88º 0.85% 0.38% -
XYZ 2.64 1.54 11.47 -
YUV 28.46 166.68 118.4 -
System Red Green Blue C M Y K H S L
Decimal 15 22 97 0.85 0.77 0 0.62 234.88 0.73 0.22
Hex F 16 61 55 4D 0 3E EB 49 16
Octal 17 26 141 125 115 0 76 353 111 26
Binary 1111 10110 1100001 1010101 1001101 0 111110 11101011 1001001 10110

Color Harmonies of #0F1661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1661

Black with #0F1661

Text Example


Text Example

White with #0F1661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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