Html Css Color HEX #0F1461 Midnight Blue

📋 copy color: '#0F1461'

red 15 ◦ green 20 ◦ blue 97

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

Shades of Midnight Blue #0F1461

Tints of Midnight Blue #0F1461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.15%

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

R = 11.36%
G = 15.15%
B = 73.48%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F1461 (or 0x0F1461) is known color: Midnight Blue. HEX triplet: 0F, 14 and 61. RGB value is (15,20,97). Sum of RGB (Red+Green+Blue) = 15+20+97=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 97 (38.28% from 255 or 73.48% from 132); Max value from RGB is 97 - color contains mainly: blue. Hex color #0F1461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1461 is #F0EB9E. Grayscale: #1A1A1A. Windows color (decimal): -15788959 or 6362127. OLE color: 6362127.

HSL color Cylindrical-coordinate representation of color #0F1461: hue angle of 236.34º 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 #0F1461 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 20 97 -
CMYK 0.85 0.79 0 0.62
HSL 236.34º 0.73% 0.22% -
HSV(B) 236.34º 0.85% 0.38% -
XYZ 2.6 1.46 11.45 -
YUV 27.28 167.34 119.24 -
System Red Green Blue C M Y K H S L
Decimal 15 20 97 0.85 0.79 0 0.62 236.34 0.73 0.22
Hex F 14 61 55 4F 0 3E EC 49 16
Octal 17 24 141 125 117 0 76 354 111 26
Binary 1111 10100 1100001 1010101 1001111 0 111110 11101100 1001001 10110

Color Harmonies of #0F1461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1461

Black with #0F1461

Text Example


Text Example

White with #0F1461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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